hostapd: enable CONFIG_DEBUG_SYSLOG for wpa_supplicant
[openwrt/staging/hauke.git] / package / network / services / hostapd / files / wpa_supplicant-p2p.config
index 435f45a9441fe9e30256e07f446e564f9544de15..bbbb8e6e30b8b730f42d37dd6b64a57481d2db39 100644 (file)
@@ -388,9 +388,9 @@ CONFIG_INTERNAL_LIBTOMMATH_FAST=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