modify plugin name

This commit is contained in:
2022-03-01 17:57:22 +08:00
parent 9c7d284e17
commit 54e1ecd10f
-2
View File
@@ -161,8 +161,6 @@ class Logger implements LoggerInterface
$_string = '[' . now() . '] production.' . $level . ': ' . $this->_string($message, $context);
file_put_contents('php://output', $_string);
$this->_loggers[] = $_string;
}