This commit is contained in:
2022-09-26 11:04:28 +08:00
parent 6485b8ca22
commit bc2275300d
+1 -1
View File
@@ -147,7 +147,7 @@ class Logger implements LoggerInterface
return;
}
$_string = '[' . now() . ']' . PHP_EOL . ucfirst($level) . ': ' . $message . PHP_EOL;
$_string = '[' . now() . ']' . ucfirst($level) . ': ' . $message . PHP_EOL;
if (!empty($context)) {
$_string .= $this->_string($context);
}