diff --git a/config/logging.php b/config/logging.php index 77904e53ee..3883c47760 100644 --- a/config/logging.php +++ b/config/logging.php @@ -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'),