fix: Update 'discord' log level to 'error'

- Changed the log level for 'discord' channel from 'debug' to 'error'.
This commit is contained in:
Rico van Zelst
2024-06-05 01:03:59 +02:00
parent 7a4b819641
commit 013b158175

View File

@@ -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),
],