From: Jouni Malinen Date: Sun, 20 Mar 2011 09:49:41 +0000 (+0200) Subject: Document CONFIG_DEBUG_SYSLOG and CONFIG_DEBUG_SYSLOG_FACILITY X-Git-Tag: hostap-1-bp~461 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe885594ac4c8fb88856eeb3f6cd3818da34e6ef;p=thirdparty%2Fhostap.git Document CONFIG_DEBUG_SYSLOG and CONFIG_DEBUG_SYSLOG_FACILITY --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index c3b230238..647c49d73 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -388,6 +388,11 @@ CONFIG_PEERKEY=y # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt) #CONFIG_DEBUG_FILE=y +# Send debug messages to syslog instead of stdout +#CONFIG_DEBUG_SYSLOG=y +# Set syslog facility for debug messages +#CONFIG_DEBUG_SYSLOG_FACILITY=LOG_DAEMON + # Enable privilege separation (see README 'Privilege separation' for details) #CONFIG_PRIVSEP=y