Add driver

This commit is contained in:
James Cole 2021-10-03 06:45:38 +02:00
parent 76a07c84e9
commit f4844e6252
No known key found for this signature in database
GPG Key ID: BDE6667570EADBD5

View File

@ -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'),