This commit is contained in:
2022-09-25 17:22:25 +08:00
parent d960f518be
commit dbc7cc2dfa
+1 -1
View File
@@ -147,7 +147,7 @@ class Logger implements LoggerInterface
return;
}
$_string = '[' . now() . '] production.' . $level . ': ' . $message . PHP_EOL;
$_string = '[' . now() . ']' . PHP_EOL . $level . ': ' . $message . PHP_EOL;
if (!empty($context)) {
$_string .= $this->_string($context);
}