Skip to content
Snippets Groups Projects
Commit 2ed62f5b authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Merge pull request #339 from szabogyula/patch-1

SimpleSAML namespace usage in config.php
parents 66ecdc52 19822286
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