fix(dev): enable info logging for bots in make dev #112
No reviewers
Labels
No labels
area:api
area:core
area:docs
area:infra
area:ux
dependencies
documentation
duplicate
good first issue
help wanted
invalid
question
rust
status:complete
status:partial
status:planned
type:bug
type:design
type:feature
type:infra
type:refactor
type:refactor
type:research
type:ux
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
icub3d/decentcom!112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/procfile-bot-logs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The bots ran fine under
make devbut printed nothing:tracing_subscriber::fmt::init()(env-filter feature) defaults to the error level whenRUST_LOGis unset, so theirauthenticated/connected/generating replyinfo lines were dropped. This setsRUST_LOG=infoon the welcomebot and chatbot Procfile lines so bot activity is visible in the overmind stream.🤖 Generated with Claude Code