defconfig: Enable logging to file and syslog (wpa_supplicant)
Debian and Fedora enable both and log to syslog. openSUSE seems to log to a flat file instead. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
This commit is contained in:
parent
ae5240db86
commit
f64050da02
1 changed files with 2 additions and 2 deletions
|
@ -391,10 +391,10 @@ CONFIG_BACKEND=file
|
||||||
#CONFIG_IEEE80211R=y
|
#CONFIG_IEEE80211R=y
|
||||||
|
|
||||||
# Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt)
|
# Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt)
|
||||||
#CONFIG_DEBUG_FILE=y
|
CONFIG_DEBUG_FILE=y
|
||||||
|
|
||||||
# Send debug messages to syslog instead of stdout
|
# Send debug messages to syslog instead of stdout
|
||||||
#CONFIG_DEBUG_SYSLOG=y
|
CONFIG_DEBUG_SYSLOG=y
|
||||||
# Set syslog facility for debug messages
|
# Set syslog facility for debug messages
|
||||||
#CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
|
#CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue