Commit 320d01dc authored by Adam Wujek's avatar Adam Wujek 💬

Kconfig: Add CONFIG_WRS_LOG_WRSWATCHDOG

--Add destiantion to watchdog log to Kconfig
--update documentation
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 37decacd
......@@ -183,6 +183,15 @@ config WRS_LOG_MONIT
Please note that unknown facility names will generate a runtime error
on the switch.
config WRS_LOG_WRSWATCHDOG
string "Logging directions for the wrs_watchdog"
default "daemon.info"
help
The string can be a pathname (e.g. /dev/kmsg) or a <facility>.<level>
spefification like "daemon.debug". An empty strings is used
to represent no logging (like /dev/null). Please note that
unknown facility names will generate a runtime error on the switch.
config KEEP_ROOTFS
bool "Keep generated filesystem and related script"
help
......
......@@ -495,6 +495,7 @@ value is changed by the web interface, proper action is taken.
@item CONFIG_WRS_LOG_HAL
@itemx CONFIG_WRS_LOG_RTU
@itemx CONFIG_WRS_LOG_PTP
@itemx CONFIG_WRS_LOG_WRSWATCHDOG
Logging options for the three main WRS processes. Each value
can be a pathname, to select logging to file (and @t{/dev/kmsg}
......@@ -502,7 +503,7 @@ value is changed by the web interface, proper action is taken.
like @t{daemon.debug}, for syslog-based logging.
An empty strings selects no logging at all. Please note that
unknown facility names will generate a runtime error on the switch.
All three strings default to ``@t{daemon.info}''.
All four strings default to ``@t{daemon.info}''.
@item CONFIG_WRS_LOG_SNMPD
......
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