mirror of
https://github.com/retailcrm/legacy.git
synced 2024-11-22 05:16:02 +03:00
Update Logger.php
This commit is contained in:
parent
5d91549f01
commit
be7345aaaa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user