Merge pull request #3952 from pixelfed/staging

Update logging config
This commit is contained in:
daniel 2022-12-17 21:17:35 -07:00 committed by GitHub
commit 7b4d117eac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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