rename echo logger to debug
[auerswald-callnotifier.git] / src / callnotifier / CLI.php
index f9a4937742bb192a854792bdff20cccf8929fc24..c8c85736b81aed40d80b4a724c87414a1c889960 100644 (file)
@@ -24,7 +24,7 @@ class CLI
         $this->fillConfig($this->config, $result);
 
         $handler = new MessageHandler($this->config);
         $this->fillConfig($this->config, $result);
 
         $handler = new MessageHandler($this->config);
-        $handler->addLogger(new Logger_Echo(), '*');
+        $handler->addLogger(new Logger_Debug(), '*');
 
         if ($this->config->replayFile !== null) {
             $sourceClass = 'callnotifier\Source_File';
 
         if ($this->config->replayFile !== null) {
             $sourceClass = 'callnotifier\Source_File';