Commit 4eeaeb4f by feixiang

Merge remote-tracking branch 'origin/master'

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