From f64050da02f811aebe229fcc90dc649eb26ce546 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 19 Feb 2019 14:44:12 +0100 Subject: [PATCH] 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 --- wpa_supplicant/defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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