Skip to content
Snippets Groups Projects
Commit 19822286 authored by Gyula Szabó's avatar Gyula Szabó
Browse files

SimpleSAML namespace usage

Minor changes to use SimpleSAML namespace to Logger logging level definitions.
parent 66ecdc52
No related branches found
No related tags found
No related merge requests found
......@@ -110,18 +110,18 @@ $config = array(
* Logging.
*
* define the minimum log level to log
* SimpleSAML_Logger::ERR No statistics, only errors
* SimpleSAML_Logger::WARNING No statistics, only warnings/errors
* SimpleSAML_Logger::NOTICE Statistics and errors
* SimpleSAML_Logger::INFO Verbose logs
* SimpleSAML_Logger::DEBUG Full debug logs - not recommended for production
* SimpleSAML\Logger::ERR No statistics, only errors
* SimpleSAML\Logger::WARNING No statistics, only warnings/errors
* SimpleSAML\Logger::NOTICE Statistics and errors
* SimpleSAML\Logger::INFO Verbose logs
* SimpleSAML\Logger::DEBUG Full debug logs - not recommended for production
*
* Choose logging handler.
*
* Options: [syslog,file,errorlog]
*
*/
'logging.level' => SimpleSAML_Logger::NOTICE,
'logging.level' => SimpleSAML\Logger::NOTICE,
'logging.handler' => 'syslog',
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment