Преглед на файлове

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