mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add level
This commit is contained in:
parent
1c9dc9926a
commit
76a07c84e9
@ -68,6 +68,7 @@ return [
|
|||||||
'papertrail' => [
|
'papertrail' => [
|
||||||
'host' => env('PAPERTRAIL_HOST'),
|
'host' => env('PAPERTRAIL_HOST'),
|
||||||
'port' => env('PAPERTRAIL_PORT'),
|
'port' => env('PAPERTRAIL_PORT'),
|
||||||
|
'level' => envNonEmpty('APP_LOG_LEVEL', 'info'),
|
||||||
],
|
],
|
||||||
|
|
||||||
// single laravel log file:
|
// single laravel log file:
|
||||||
|
Loading…
Reference in New Issue
Block a user