diff --git a/config/logging.php b/config/logging.php index 32beb76e23f..dec99919006 100644 --- a/config/logging.php +++ b/config/logging.php @@ -58,6 +58,10 @@ 'driver' => 'stack', 'channels' => ['papertrail', 'syslog'], ], + 'papertrailerrorlog' => [ + 'driver' => 'stack', + 'channels' => ['papertrail', 'errorlog'], + ], 'papertrail' => [ 'driver' => 'monolog', 'level' => 'debug',