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
Branches
Tags
No related merge requests found
...@@ -110,18 +110,18 @@ $config = array( ...@@ -110,18 +110,18 @@ $config = array(
* Logging. * Logging.
* *
* define the minimum log level to log * define the minimum log level to log
* SimpleSAML_Logger::ERR No statistics, only errors * SimpleSAML\Logger::ERR No statistics, only errors
* SimpleSAML_Logger::WARNING No statistics, only warnings/errors * SimpleSAML\Logger::WARNING No statistics, only warnings/errors
* SimpleSAML_Logger::NOTICE Statistics and errors * SimpleSAML\Logger::NOTICE Statistics and errors
* SimpleSAML_Logger::INFO Verbose logs * SimpleSAML\Logger::INFO Verbose logs
* SimpleSAML_Logger::DEBUG Full debug logs - not recommended for production * SimpleSAML\Logger::DEBUG Full debug logs - not recommended for production
* *
* Choose logging handler. * Choose logging handler.
* *
* Options: [syslog,file,errorlog] * Options: [syslog,file,errorlog]
* *
*/ */
'logging.level' => SimpleSAML_Logger::NOTICE, 'logging.level' => SimpleSAML\Logger::NOTICE,
'logging.handler' => 'syslog', 'logging.handler' => 'syslog',
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment