We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ec58e commit 52edf7dCopy full SHA for 52edf7d
src/Illuminate/Console/Scheduling/ScheduleWorkCommand.php
@@ -51,7 +51,7 @@ public function handle()
51
52
if (! empty($output)) {
53
if ($key !== $keyOfLastExecutionWithOutput) {
54
- $this->info(PHP_EOL.'Execution #'.($key + 1).' output:');
+ $this->info(PHP_EOL.'['.date('c').'] Execution #'.($key + 1).' output:');
55
56
$keyOfLastExecutionWithOutput = $key;
57
}
0 commit comments