From: Lubomir Rintel Date: Tue, 19 Feb 2019 13:44:12 +0000 (+0100) Subject: defconfig: Enable logging to file and syslog (wpa_supplicant) X-Git-Tag: hostap_2_8~304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64050da02f811aebe229fcc90dc649eb26ce546;p=thirdparty%2Fhostap.git 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 --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index a989eb2cb..11f76233e 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -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