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