hostapd: enable CONFIG_DEBUG_SYSLOG for wpa_supplicant
[openwrt/openwrt.git] / package / network / services / hostapd / files / wpa_supplicant-full.config
index 0ec846943f067b7ee137194f354799986f803377..5f6e82f7b6d5e8f157bf51e34f7849d74c4ec7d9 100644 (file)
@@ -388,9 +388,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