Commit cf7fb8be by 王召彬

修改分隔符

parent 8af01f20
...@@ -49,7 +49,7 @@ class LogHandler extends AbstractProcessingHandler ...@@ -49,7 +49,7 @@ class LogHandler extends AbstractProcessingHandler
*/ */
protected function write(array $records) protected function write(array $records)
{ {
$messageText = implode("<*|||*>", $records); $messageText = implode(" __||__ ", $records);
if($this->topicId == ClsLog::TOPICID_ERROR) { if($this->topicId == ClsLog::TOPICID_ERROR) {
ClsLog::error($messageText); ClsLog::error($messageText);
......
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