hostapd: enable CONFIG_DEBUG_SYSLOG for wpa_supplicant
[openwrt/staging/hauke.git] / package / network / services / hostapd / files / wpa_supplicant-basic.config
index 01ef7b6e3f196a95f8ef7b365974889f3a41b327..bd02562b74154c27776d65f5cbb16942f3f3e599 100644 (file)
@@ -386,9 +386,9 @@ CONFIG_IEEE80211R=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
+CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON
 
 # Add support for sending all debug messages (regardless of debug verbosity)
 # to the Linux kernel tracing facility. This helps debug the entire stack by