111
This commit is contained in:
@@ -166,7 +166,7 @@ class Logger implements LoggerInterface
|
|||||||
|
|
||||||
$_string = '[' . now() . '] production.' . $level . ': ' . $this->_string($message, $context);
|
$_string = '[' . now() . '] production.' . $level . ': ' . $this->_string($message, $context);
|
||||||
|
|
||||||
echo $_string;
|
file_put_contents('php://output', $_string);
|
||||||
|
|
||||||
$this->_loggers[] = $_string;
|
$this->_loggers[] = $_string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user