Skip to content

Commit

Permalink
Log format is for Horde_Log_Formatter_Simple
Browse files Browse the repository at this point in the history
not for Horde_Log_Formatter_Xml
  • Loading branch information
szepeviktor committed Jun 10, 2016
1 parent 844c61e commit ec97c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/Factory/Logger.php
Expand Up @@ -44,7 +44,7 @@ public function create(Horde_Injector $injector)

switch ($format) {
case 'custom':
$formatter = new Horde_Log_Formatter_Xml(array('format' => $conf['log']['params']['template']));
$formatter = new Horde_Log_Formatter_Simple(array('format' => $conf['log']['params']['template']));
break;

case 'default':
Expand Down

0 comments on commit ec97c17

Please sign in to comment.