Add driver

This commit is contained in:
James Cole
2021-10-03 06:45:38 +02:00
parent 76a07c84e9
commit f4844e6252

View File

@@ -66,6 +66,7 @@ return [
'via' => FireflyIII\Logging\CreateCustomLogger::class,
],
'papertrail' => [
'driver' => 'papertrail',
'host' => env('PAPERTRAIL_HOST'),
'port' => env('PAPERTRAIL_PORT'),
'level' => envNonEmpty('APP_LOG_LEVEL', 'info'),