Skip to content

Commit

Permalink
fix: daily logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed May 5, 2024
1 parent bc915e3 commit 24643bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
|
*/

'default' => env('LOG_CHANNEL', 'stack'),
'default' => env('LOG_CHANNEL', 'daily'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 24643bf

Please sign in to comment.