mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix logging scope.
This commit is contained in:
parent
e331c10d7e
commit
10f8002da5
@ -68,7 +68,7 @@ return [
|
|||||||
],
|
],
|
||||||
'papertrail' => [
|
'papertrail' => [
|
||||||
'driver' => 'monolog',
|
'driver' => 'monolog',
|
||||||
'level' => env('LOG_LEVEL', 'debug'),
|
'level' => envNonEmpty('APP_LOG_LEVEL', 'info'),
|
||||||
'handler' => SyslogUdpHandler::class,
|
'handler' => SyslogUdpHandler::class,
|
||||||
'handler_with' => [
|
'handler_with' => [
|
||||||
'host' => env('PAPERTRAIL_HOST'),
|
'host' => env('PAPERTRAIL_HOST'),
|
||||||
|
Loading…
Reference in New Issue
Block a user