Splice the logger to use the cron stack for the console
This commit is contained in:
@@ -18,7 +18,7 @@ class Weekly extends BaseCommand
|
||||
|
||||
public function handle(): void
|
||||
{
|
||||
$this->redirectLoggingToStdout();
|
||||
$this->redirectLoggingToStdout('cron');
|
||||
event(new CronMonthly());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user