mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add driver
This commit is contained in:
parent
76a07c84e9
commit
f4844e6252
@ -66,6 +66,7 @@ return [
|
|||||||
'via' => FireflyIII\Logging\CreateCustomLogger::class,
|
'via' => FireflyIII\Logging\CreateCustomLogger::class,
|
||||||
],
|
],
|
||||||
'papertrail' => [
|
'papertrail' => [
|
||||||
|
'driver' => 'papertrail',
|
||||||
'host' => env('PAPERTRAIL_HOST'),
|
'host' => env('PAPERTRAIL_HOST'),
|
||||||
'port' => env('PAPERTRAIL_PORT'),
|
'port' => env('PAPERTRAIL_PORT'),
|
||||||
'level' => envNonEmpty('APP_LOG_LEVEL', 'info'),
|
'level' => envNonEmpty('APP_LOG_LEVEL', 'info'),
|
||||||
|
Loading…
Reference in New Issue
Block a user