Skip to content

elevate buzz-acp gate-7 dispatch logs to info level - #6362

Open
Oviemudiaga wants to merge 1 commit into
block:mainfrom
Oviemudiaga:acp-dispatch-info-logging
Open

elevate buzz-acp gate-7 dispatch logs to info level#6362
Oviemudiaga wants to merge 1 commit into
block:mainfrom
Oviemudiaga:acp-dispatch-info-logging

Conversation

@Oviemudiaga

Copy link
Copy Markdown

Problem

Dispatch drops were invisible under RUST_LOG=info. All three gate-7 dispatch lifecycle events logged at debug!:

  • pool_exhausted (lib.rs:3730)
  • agent_claimed (lib.rs:3736)
  • dispatch_pending summary (lib.rs:3794)

A filtered or silently-dropped dispatch left zero trace at the default level, forcing 15-60 min of blind diagnosis. Root-caused in RESEARCH/BUZZ_ACP_DISPATCH_GATES.md.

Change

Promote all three to info! (single-file change, crates/buzz-acp/src/lib.rs) so queue/dispatch lifecycle is observable at the default level.

Verification

  • Change is a log-level swap only (debug!info!); no logic touched.
  • Originating thread: course-content, message 15278564aed4dd1a1fc8ed8238333059fef821b8aee213fc08194f95f58c8ba2

Dispatch drops were invisible under RUST_LOG=info: pool_exhausted,
agent_claimed, and the dispatch_pending summary all logged at debug.
Filtered/silently-dropped dispatches left zero trace, forcing 15-60min
blind diagnosis (RESEARCH/BUZZ_ACP_DISPATCH_GATES.md). Promote all three
to info so queue/dispatch lifecycle is observable at the default level.

Co-authored-by: Oviemudiaga <ovuede.mudiaga@gmail.com>
Signed-off-by: Oviemudiaga <ovuede.mudiaga@gmail.com>
@Oviemudiaga
Oviemudiaga requested a review from a team as a code owner August 19, 2026 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant