From f6e0fd7ac3e838985a249cd04f78b482d96f230a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 18 Jan 2018 08:53:51 -0600 Subject: [PATCH] slack driver config --- config/logging.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/logging.php b/config/logging.php index 02f0effb..b76f918c 100644 --- a/config/logging.php +++ b/config/logging.php @@ -48,6 +48,14 @@ 'days' => 7, ], + 'slack' => [ + 'driver' => 'slack', + 'url' => env('LOG_SLACK_URL'), + 'username' => 'Laravel Log', + 'emoji' => ':boom:', + 'level' => 'critical', + ], + 'syslog' => [ 'driver' => 'syslog', 'level' => 'debug',