diff mbox series

[09/18] defconfig: enable logging to file and syslog

Message ID 20190219134421.663957-10-lkundrak@v3.sk
State Accepted
Headers show
Series defconfig: enable commonly used set of options | expand

Commit Message

Lubomir Rintel Feb. 19, 2019, 1:44 p.m. UTC
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>
---
 wpa_supplicant/defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig
index 50d062ed9..83d12d663 100644
--- a/wpa_supplicant/defconfig
+++ b/wpa_supplicant/defconfig
@@ -391,10 +391,10 @@  CONFIG_CTRL_IFACE_DBUS_INTRO=y
 #CONFIG_IEEE80211R=y
 
 # 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
-#CONFIG_DEBUG_SYSLOG=y
+CONFIG_DEBUG_SYSLOG=y
 # Set syslog facility for debug messages
 #CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON