diff options
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.env.template b/.env.template index 86fc934..45cb623 100644 --- a/.env.template +++ b/.env.template @@ -5,5 +5,7 @@ DISCORD_BOT_TOKEN="" BOT_NIXPKGS_PATH="" BOT_NIXPKGS_BRANCHES="staging,staging-next,master,nixpkgs-unstable,nixos-unstable-small,nixos-unstable,nixos-24.05-small,nixos-24.05,nixpkgs-24.05-darwin" -RUST_LOG="bot=debug,warn" +RUST_LOG="git_tracker=debug,discord_bot=debug,warn" +# For production +# RUST_LOG="discord_bot=info,warn" RUST_BACKTRACE=1 |
