소스 검색

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'));
             }
         }
     }