On Apr 24, 2019, at 8:09 AM, Arnaud LAURIOU <arnaud.lauriou@renater.fr> wrote:
Hi,
Is there a way to stop writing 'Info:' events to the log file and to keep Warning, Auth and Error events ? Something like a severity log level to adjust ?
We have a lot of non relevant logs added by rlm_ldap and eap modules. Example with a wrong user password : Wed Apr 24 11:54:01 2019 : Info: (31) eap_peap: This means you need to read the PREVIOUS messages in the debug output Wed Apr 24 11:54:01 2019 : Info: (31) eap_peap: to find out the reason why the user was rejected Wed Apr 24 11:54:01 2019 : Info: (31) eap_peap: Look for "reject" or "fail". Those earlier messages will tell you Wed Apr 24 11:54:01 2019 : Info: (31) eap_peap: what went wrong, and how to fix the problem
We use freeradius 3.0.16.
Upgrade to 3.0.19. It prints those messages as debug, and not info. Alan DeKok.