Skip to content

Commit 52edf7d

Browse files
authored
Added timestamp reference to schedule:work artisan command output (#36621)
1 parent a7ec58e commit 52edf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/Scheduling/ScheduleWorkCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function handle()
5151

5252
if (! empty($output)) {
5353
if ($key !== $keyOfLastExecutionWithOutput) {
54-
$this->info(PHP_EOL.'Execution #'.($key + 1).' output:');
54+
$this->info(PHP_EOL.'['.date('c').'] Execution #'.($key + 1).' output:');
5555

5656
$keyOfLastExecutionWithOutput = $key;
5757
}

0 commit comments

Comments
 (0)