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