You are not logged in.

#1 2017-09-28 05:35:43

archimede.pitagorico
Member
Registered: 2017-05-03
Posts: 6

Problem disabling hostapd logging

I use hostapd in my access point server. Everything works fine, but it produces too much logging for my taste. For instance, the system log is flooded with messages like the this one:

Sep 28 13:25:18 archimede hostapd[31338]: wlan-internal: AP-STA-POLL-OK 2c:44:fd:71:42:8a

In the configuration file I added the lines below, but it did not make any difference. The message above seems like an INFO level message, not a WARNING level message, so I would expect that setting the level to 4 should eliminate it. Plus the bitmask is set to zero, which should disable any logging. I also tried to set the log level to 5, but even that did not solve the problem.

logger_syslog=0
logger_syslog_level=4
logger_stdout=0
logger_stdout_level=4

How can I disable the logging?

Thanks

Offline

Board footer

Powered by FluxBB