Splice the logger to use the cron stack for the console

This commit is contained in:
Nabeel Shahzad
2018-03-17 18:05:51 -05:00
parent 67ef6872af
commit 4b7cd6ce6e
5 changed files with 38 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ class Weekly extends BaseCommand
public function handle(): void
{
$this->redirectLoggingToStdout();
$this->redirectLoggingToStdout('cron');
event(new CronMonthly());
}
}