This commit is contained in:
2023-08-02 12:37:18 +08:00
parent 7da1e91f5e
commit c541ecb96d
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -169,9 +169,6 @@ class Logger implements LoggerInterface
public function log($level, $message, array $context = []): void
{
if (!in_array($level, $this->levels)) return;
var_dump($message, $context);
$_string = "[" . now() . ']: ' . $message . PHP_EOL . $this->_string($context);
if (str_contains($_string, 'Event::rshutdown')) {
return;