mirror of
https://github.com/retailcrm/legacy.git
synced 2024-11-22 13:26:03 +03:00
Update Logger.php
This commit is contained in:
parent
5d91549f01
commit
be7345aaaa
@ -6,7 +6,7 @@ class Logger
|
|||||||
private $push;
|
private $push;
|
||||||
private $files;
|
private $files;
|
||||||
|
|
||||||
public function __construct($rotate = true, $push = true, $files = 5)
|
public function __construct($rotate = true, $push = false, $files = 5)
|
||||||
{
|
{
|
||||||
$this->rotate = $rotate;
|
$this->rotate = $rotate;
|
||||||
$this->push = $push;
|
$this->push = $push;
|
||||||
|
Loading…
Reference in New Issue
Block a user