变更
This commit is contained in:
@@ -147,7 +147,7 @@ class Logger implements LoggerInterface
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$_string = '[' . now() . '] production.' . $level . ': ' . $message . PHP_EOL;
|
$_string = '[' . now() . ']' . PHP_EOL . $level . ': ' . $message . PHP_EOL;
|
||||||
if (!empty($context)) {
|
if (!empty($context)) {
|
||||||
$_string .= $this->_string($context);
|
$_string .= $this->_string($context);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user