Przeglądaj źródła

match cron logfile format to match project default

Olivier Massot 1 rok temu
rodzic
commit
c00146c07e
1 zmienionych plików z 1 dodań i 1 usunięć
  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'));
             }
         }
     }