Skip to content

Commit

Permalink
Merge pull request #98 from jtpalmer/replace-composite-logger-singleton
Browse files Browse the repository at this point in the history
Replace singleton composite logger
  • Loading branch information
jtpalmer authored Apr 17, 2017
2 parents 5711197 + b0dd797 commit 327631a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/CCR/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static function factory(

$loggers = self::getLoggers($ident, $conf);

$logger = \Log::singleton('composite');
$logger = \Log::factory('composite');

foreach ($loggers as $childLogger) {
$logger->addChild($childLogger);
Expand Down

0 comments on commit 327631a

Please # to comment.