mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
fix: Update 'discord' log level to 'error'
- Changed the log level for 'discord' channel from 'debug' to 'error'.
This commit is contained in:
@@ -85,7 +85,7 @@ return [
|
|||||||
'discord' => [
|
'discord' => [
|
||||||
'driver' => 'custom',
|
'driver' => 'custom',
|
||||||
'via' => \MarvinLabs\DiscordLogger\Logger::class,
|
'via' => \MarvinLabs\DiscordLogger\Logger::class,
|
||||||
'level' => 'debug',
|
'level' => 'error',
|
||||||
'url' => env('LOG_DISCORD_WEBHOOK_URL'),
|
'url' => env('LOG_DISCORD_WEBHOOK_URL'),
|
||||||
'ignore_exceptions' => env('LOG_DISCORD_IGNORE_EXCEPTIONS', false),
|
'ignore_exceptions' => env('LOG_DISCORD_IGNORE_EXCEPTIONS', false),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user