浏览代码

match cron logfile format to match project default

Olivier Massot 1 年之前
父节点
当前提交
c00146c07e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Commands/CronCommand.php

+ 1 - 1
src/Commands/CronCommand.php

@@ -240,7 +240,7 @@ class CronCommand extends Command
                           ($jobName !== null ? "[" . $jobName . "] " : "") .
                           "%channel%.%level_name%: %message% %context% %extra%\n";
 
-                $handler->setFormatter(new LineFormatter($format, 'Y-m-d H:i:s.u'));
+                $handler->setFormatter(new LineFormatter($format, 'Y-m-d H:i:s.v'));
             }
         }
     }