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',