From f4844e6252fd7bb807dc4421b3eaa3ca12c4879b Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 3 Oct 2021 06:45:38 +0200 Subject: [PATCH] Add driver --- config/logging.php | 1 + 1 file changed, 1 insertion(+) 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'),