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,
),