From be7345aaaaa6b1fc6973cf59b43d01642c1fb0cd Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Wed, 27 Dec 2017 09:59:54 +0300 Subject: [PATCH] Update Logger.php --- retailcrm/src/Components/Logger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retailcrm/src/Components/Logger.php b/retailcrm/src/Components/Logger.php index 0aa682f..d209e27 100644 --- a/retailcrm/src/Components/Logger.php +++ b/retailcrm/src/Components/Logger.php @@ -6,7 +6,7 @@ class Logger private $push; private $files; - public function __construct($rotate = true, $push = true, $files = 5) + public function __construct($rotate = true, $push = false, $files = 5) { $this->rotate = $rotate; $this->push = $push;