From 71c3789b6013dcea5a3e856b5f6e52c32769b1f4 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Tue, 27 Apr 2021 21:12:50 +0200 Subject: [PATCH] feat: create a new stacked log channel (#5122) --- config/logging.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/logging.php b/config/logging.php index d40c48b39e6..32beb76e23f 100644 --- a/config/logging.php +++ b/config/logging.php @@ -54,6 +54,10 @@ 'emoji' => ':boom:', 'level' => 'critical', ], + 'papertrailsyslog' => [ + 'driver' => 'stack', + 'channels' => ['papertrail', 'syslog'], + ], 'papertrail' => [ 'driver' => 'monolog', 'level' => 'debug',