diff options
| author | seth <[email protected]> | 2024-05-27 05:23:34 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-27 05:23:34 -0400 |
| commit | 5e23c92215d7db92b7e998d9dc1c2dc8a3329166 (patch) | |
| tree | 538f5c2f81474dd5baec0ea42c6fd46653ca4ff2 /.env.template | |
| parent | 309fdfdc7ce195e1f9b703bef90a08b150695c1b (diff) | |
logging: use correct module name in RUST_LOG
Diffstat (limited to '.env.template')
| -rw-r--r-- | .env.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.template b/.env.template index 5370a1a..cb6a9c1 100644 --- a/.env.template +++ b/.env.template @@ -1,4 +1,4 @@ DISCORD_BOT_TOKEN="" -RUST_LOG="nixpkgs_discord_tracker=debug,warn" +RUST_LOG="nixpkgs_tracker_bot=debug,warn" RUST_BACKTRACE="1" |
