This commit is contained in:
as2252258@163.com
2021-09-06 02:01:48 +08:00
parent 5bd3d98250
commit 95340d6d37
+1 -1
View File
@@ -166,7 +166,7 @@ class Logger implements LoggerInterface
$_string = '[' . now() . '] production.' . $level . ': ' . $this->_string($message, $context);
echo $_string;
file_put_contents('php://output', $_string);
$this->_loggers[] = $_string;
}