Fix: Change default logging to daily

This commit is contained in:
Chris Hunt
2022-11-24 22:56:27 +00:00
parent bb07ba5964
commit f576a82803
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ return [
|
*/
'default' => env('LOG_CHANNEL', 'stack'),
'default' => env('LOG_CHANNEL', 'daily'),
/*
|--------------------------------------------------------------------------