diff --git a/config/logging.php b/config/logging.php index 988288c..221a361 100644 --- a/config/logging.php +++ b/config/logging.php @@ -85,7 +85,7 @@ return [ 'discord' => [ 'driver' => 'custom', 'via' => \MarvinLabs\DiscordLogger\Logger::class, - 'level' => 'debug', + 'level' => 'error', 'url' => env('LOG_DISCORD_WEBHOOK_URL'), 'ignore_exceptions' => env('LOG_DISCORD_IGNORE_EXCEPTIONS', false), ],