diff options
| author | 2025-02-08 20:13:50 +0000 | |
|---|---|---|
| committer | 2025-02-08 20:13:50 +0000 | |
| commit | 974218db07b3d551d02f79b554e40ebffd9ca776 (patch) | |
| tree | 80cdbb1a238ed1b70f4c6def2eceb2c773c238fe /kubernetes/namespaces | |
| parent | Add help cog _channel to trace loggers (diff) | |
Remove help cog _channel from trace loggers
This reverts commit 45615a5a24d0b371d5cd965d20a9f4c65c34a5af.
Diffstat (limited to 'kubernetes/namespaces')
| -rw-r--r-- | kubernetes/namespaces/bots/bot/configmap.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/kubernetes/namespaces/bots/bot/configmap.yaml b/kubernetes/namespaces/bots/bot/configmap.yaml index 08019f3..8e04e35 100644 --- a/kubernetes/namespaces/bots/bot/configmap.yaml +++ b/kubernetes/namespaces/bots/bot/configmap.yaml @@ -4,7 +4,7 @@ metadata:    name: bot-config-env    namespace: bots  data: -  BOT_TRACE_LOGGERS: bot.utils.scheduling.ModPingsOnOff,bot.exts.moderation.modpings,bot.exts.backend.sync._syncers,bot.exts.help_channels._channel +  BOT_TRACE_LOGGERS: bot.utils.scheduling.ModPingsOnOff,bot.exts.moderation.modpings,bot.exts.backend.sync._syncers    DEBUG: 'False'    DUCK_POND_EXTRA_CHANNEL_BLACKLIST: "[291284109232308226,463035241142026251,463035268514185226]"  # The 3 off-topic channels    URLS_PASTE_URL: https://paste.pythondiscord.com | 
