hostapd: enable support for logging wpa_printf messages to syslog

This will allow starting hostapd with the new -s parameter and finally
read all (error) messages from the syslog.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
v19.07.3_mercusys_ac12_duma
Rafał Miłecki 7 years ago
parent 33a840a3ff
commit 546b1a4d36

@ -146,6 +146,9 @@ CONFIG_IEEE80211AC=y
# code is not needed.
#CONFIG_NO_STDOUT_DEBUG=y
# Send debug messages to syslog instead of stdout
CONFIG_DEBUG_SYSLOG=y
# Remove support for RADIUS accounting
#CONFIG_NO_ACCOUNTING=y

@ -142,6 +142,9 @@ CONFIG_IEEE80211AC=y
# code is not needed.
#CONFIG_NO_STDOUT_DEBUG=y
# Send debug messages to syslog instead of stdout
CONFIG_DEBUG_SYSLOG=y
# Remove support for RADIUS accounting
CONFIG_NO_ACCOUNTING=y

Loading…
Cancel
Save