zephyr/samples/net/syslog_net/overlay-runtime-srv-addr.conf
David Corbeil d732a8678b logging: runtime setting of syslog server ip address
Added functionality to change the syslog server's
ip address at runtime as well as sample for
syslog network backend

Signed-off-by: David Corbeil <david.corbeil@dynon.com>
2023-09-27 09:13:23 +02:00

4 lines
117 B
Plaintext

CONFIG_LOG_BACKEND_NET_SERVER=""
CONFIG_LOG_BACKEND_NET_AUTOSTART=n
CONFIG_NET_SAMPLE_SERVER_RUNTIME="192.0.2.2:514"