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
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'
],