This commit is contained in:
2023-04-05 11:40:48 +08:00
parent 03b43ba4ac
commit 1f145e9d24
+2 -1
View File
@@ -151,7 +151,8 @@ class Logger implements LoggerInterface
if (!empty($context)) { if (!empty($context)) {
$_string .= $this->_string($context); $_string .= $this->_string($context);
} }
file_put_contents('php://output', $_string); var_dump($_string);
// file_put_contents('php://output', $_string);
// //
// $filename = storage('log-' . date('Y-m-d') . '.log', 'log/'); // $filename = storage('log-' . date('Y-m-d') . '.log', 'log/');
// //