diff options
| author | 2025-02-08 20:11:30 +0000 | |
|---|---|---|
| committer | 2025-02-08 20:11:30 +0000 | |
| commit | 45615a5a24d0b371d5cd965d20a9f4c65c34a5af (patch) | |
| tree | b1898e86e9397bee99dbd01196871e1264b1d1b2 | |
| parent | Make K8S x509 script executable on free software computers (diff) | |
Add help cog _channel to trace loggers
| -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 8e04e35..08019f3 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_TRACE_LOGGERS: bot.utils.scheduling.ModPingsOnOff,bot.exts.moderation.modpings,bot.exts.backend.sync._syncers,bot.exts.help_channels._channel    DEBUG: 'False'    DUCK_POND_EXTRA_CHANNEL_BLACKLIST: "[291284109232308226,463035241142026251,463035268514185226]"  # The 3 off-topic channels    URLS_PASTE_URL: https://paste.pythondiscord.com | 
