Update logging config

This commit is contained in:
Daniel Supernault 2022-12-17 21:17:07 -07:00
parent 9028c88520
commit e503c83b6c
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ return [
'media' => [
'driver' => 'single',
'bubble' => false,
'path' => storage_path('logs/media.log'),
'level' => 'debug'
],