The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_LOG_BACKEND_NET_SERVER

Syslog server IP address

Type: string

Help

This can be either IPv4 or IPv6 address. Server listen UDP port number can be configured here too. Following syntax is supported: 192.0.2.1:514 192.0.2.42 [2001:db8::1]:514 [2001:db8::2] 2001:db::42

Direct dependencies

LOG_BACKEND_NET && LOG

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At subsys/logging/Kconfig:374

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:20

Menu path: (top menu) → Logging

config LOG_BACKEND_NET_SERVER
    string
    prompt "Syslog server IP address" if LOG_BACKEND_NET && LOG
    depends on LOG_BACKEND_NET && LOG
    help
      This can be either IPv4 or IPv6 address.
      Server listen UDP port number can be configured here too.
      Following syntax is supported:
      192.0.2.1:514
      192.0.2.42
      [2001:db8::1]:514
      [2001:db8::2]
      2001:db::42

(Definitions include propagated dependencies, including from if’s and menus.)