Skip to content
Snippets Groups Projects
Commit 743ebdea authored by Guy Halse's avatar Guy Halse
Browse files

Allow StandardErrorLoggingHandler to be used

parent 3ba11c6c
Branches
Tags
No related merge requests found
......@@ -264,7 +264,7 @@ $config = [
*
* Choose logging handler.
*
* Options: [syslog,file,errorlog]
* Options: [syslog,file,errorlog,stderr]
*
*/
'logging.level' => SimpleSAML\Logger::NOTICE,
......@@ -800,7 +800,7 @@ $config = [
* \SimpleSAML\XHTML\TemplateControllerInterface interface to use it.
*/
//'theme.controller' => '',
/*
* Templating options
*
......
......@@ -356,6 +356,7 @@ class Logger
'syslog' => 'SimpleSAML\Logger\SyslogLoggingHandler',
'file' => 'SimpleSAML\Logger\FileLoggingHandler',
'errorlog' => 'SimpleSAML\Logger\ErrorLogLoggingHandler',
'stderr' => 'SimpleSAML\Logger\StandardErrorLoggingHandler',
];
// get the configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment