forked from mirror/pixelfed
Update logging config
This commit is contained in:
parent
9028c88520
commit
e503c83b6c
|
@ -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'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue