Commit fde34759 authored by Maciej Lipinski's avatar Maciej Lipinski Committed by Grzegorz Daniluk

[syslog] update default config of HAL/RTU/PPSI/Other logging

changed from daemon.info to a new option default_syslog that
uses daemon.info as default and additionally parses syslog
messages for info about facility,priority and uses this info
if available.
parent 2b635c3b
......@@ -41,15 +41,15 @@ CONFIG_DNS_DOMAIN=""
CONFIG_LOCAL_SYSLOG_FILE="/tmp/syslog"
CONFIG_REMOTE_SYSLOG_SERVER=""
CONFIG_REMOTE_SYSLOG_UDP=y
CONFIG_WRS_LOG_HAL="daemon.info"
CONFIG_WRS_LOG_HAL="default_syslog"
CONFIG_WRS_LOG_LEVEL_HAL=""
CONFIG_WRS_LOG_RTU="daemon.info"
CONFIG_WRS_LOG_RTU="default_syslog"
CONFIG_WRS_LOG_LEVEL_RTU=""
CONFIG_WRS_LOG_PTP="daemon.info"
CONFIG_WRS_LOG_PTP="default_syslog"
CONFIG_WRS_LOG_LEVEL_PTP=""
CONFIG_WRS_LOG_SNMPD="Swd"
CONFIG_WRS_LOG_MONIT="syslog"
CONFIG_WRS_LOG_OTHER="daemon.info"
CONFIG_WRS_LOG_OTHER="default_syslog"
CONFIG_WRS_LOG_LEVEL_OTHER=""
# CONFIG_KEEP_ROOTFS is not set
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment