]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
defconfig: Enable logging to file and syslog (wpa_supplicant)
authorLubomir Rintel <lkundrak@v3.sk>
Tue, 19 Feb 2019 13:44:12 +0000 (14:44 +0100)
committerJouni Malinen <j@w1.fi>
Mon, 25 Feb 2019 17:48:50 +0000 (19:48 +0200)
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

index a989eb2cbe49225d2d4be219fbae7ab7667a7bbc..11f76233ec7bcce1903a67754a53dd2807ac13e4 100644 (file)
@@ -391,10 +391,10 @@ CONFIG_BACKEND=file
 #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