Skip to content
Snippets Groups Projects
Commit 0870d3aa authored by Olav Morken's avatar Olav Morken
Browse files

config: Remove double entries for \logging.processname'.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1639 44740490-163a-0410-bde0-09ae8108e29a
parent 55e516f6
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,6 @@ $config = array (
*/
'logging.level' => LOG_NOTICE,
'logging.handler' => 'syslog',
'logging.processname' => 'simpleSAMLphp',
/*
* Choose which facility should be used when logging with syslog.
......@@ -105,10 +104,15 @@ $config = array (
*/
'logging.facility' => defined('LOG_LOCAL5') ? constant('LOG_LOCAL5') : LOG_USER,
/*
* The process name that should be used when logging to syslog.
* The value is also written out by the other logging handlers.
*/
'logging.processname' => 'simplesamlphp',
/* Logging: file - Logfilename in the loggingdir from above.
*/
'logging.logfile' => 'simplesamlphp.log',
'logging.processname' => 'simplesamlphp',
......
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