hostapd: enable CONFIG_DEBUG_SYSLOG for wpa_supplicant
[openwrt/staging/hauke.git] / package / network / services / hostapd / files / wpa_supplicant-mini.config
index 2adb94802c8dd8db08b716024496fa82d18dd039..5e6f154105ffeb8739fb771a7fa8360c1a4c1fe0 100644 (file)
@@ -388,9 +388,9 @@ CONFIG_TLS=internal
 #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