Logging shows NOTICE STAT no matter the log level

56 views
Skip to first unread message

mike gaffney

unread,
Apr 20, 2021, 11:06:38 AM4/20/21
to SimpleSAMLphp
Not sure what I have on on accident, but no matter what log level I set, it always includes NOTICE STAT logs. I know the log level setting is working, because if I change it from WARNING to DEBUG, i see the debug messages as well. Is there some other setting that would make NOTICE STAT still show up when I have WARNING picked as the log level?

Was using 1.17, just went to 1.19, was happening with either

'debug' => [
        'saml' => false,
        'backtraces' => false,
        'validatexml' => false,
],
'logging.level' => SimpleSAML\Logger::WARNING,
 'logging.handler' => 'file',

'statistics.out' => array(


),

'module.enable' => array(
'sqlauth' => TRUE,
'statistics' => FALSE,
 ),
Reply all
Reply to author
Forward
0 new messages