fix(dev): enable info logging for bots in make dev #112

Merged
icub3d merged 1 commit from fix/procfile-bot-logs into main 2026-07-11 04:39:46 +00:00
Owner

The bots ran fine under make dev but printed nothing: tracing_subscriber::fmt::init() (env-filter feature) defaults to the error level when RUST_LOG is unset, so their authenticated/connected/generating reply info lines were dropped. This sets RUST_LOG=info on the welcomebot and chatbot Procfile lines so bot activity is visible in the overmind stream.

🤖 Generated with Claude Code

The bots ran fine under `make dev` but printed nothing: `tracing_subscriber::fmt::init()` (env-filter feature) defaults to the **error** level when `RUST_LOG` is unset, so their `authenticated`/`connected`/`generating reply` info lines were dropped. This sets `RUST_LOG=info` on the welcomebot and chatbot Procfile lines so bot activity is visible in the overmind stream. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
fix(dev): enable info logging for bots in make dev
Some checks failed
Security Audit / PNPM Audit (JS SCA) (pull_request) Failing after 32s
CI / Client — test & lint (pull_request) Successful in 39s
Security Audit / Gitleaks (Secrets) (pull_request) Successful in 5s
Security Audit / Trivy (SCA & IaC) (pull_request) Failing after 24s
Security Audit / Semgrep (SAST) (pull_request) Failing after 1m20s
CI / Server — test & lint (pull_request) Successful in 2m49s
Security Audit / Cargo Audit (Rust SCA) (pull_request) Failing after 6m59s
76b94c39bb
tracing_subscriber's fmt::init() with the env-filter feature defaults to
the error level when RUST_LOG is unset, so welcomebot and chatbot ran
completely silently under overmind. Set RUST_LOG=info on their Procfile
lines so connection and activity logs show up in make dev.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
icub3d merged commit c4397672c6 into main 2026-07-11 04:39:46 +00:00
icub3d deleted branch fix/procfile-bot-logs 2026-07-11 04:39:46 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
icub3d/decentcom!112
No description provided.