Commit 41f05f29 authored by hangjun83's avatar hangjun83

日志存储

parent 3154e5af
......@@ -48,7 +48,7 @@ class SysLogService
'optime' => microtime(true),
];
$this->write($level, $logType.':', json_encode($context,true), false);
$this->write($level, $logType.':', $context, false);
}
public function httpLog()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment