Skip to content

chore: remove noisy 'Reconciling' debug log from prover node session manager - #25059

Draft
AztecBot wants to merge 1 commit into
merge-train/spartanfrom
cb/rm-reconciling-debug-log
Draft

chore: remove noisy 'Reconciling' debug log from prover node session manager#25059
AztecBot wants to merge 1 commit into
merge-train/spartanfrom
cb/rm-reconciling-debug-log

Conversation

@AztecBot

Copy link
Copy Markdown
Collaborator

SessionManager.reconcile logged Reconciling on every invocation. Reconcile is scheduled from every L2BlockStream event, every periodic tick, and every startProof RPC, so on a prover node this fires constantly and floods debug-level logs without saying anything useful — the interesting outcomes (sessions opened, sessions skipped, sessions exiting) are already logged individually further down the same path.

Removes the single this.log.debug('Reconciling', { trigger }) line. No behavior change; trigger is still used by the rest of the method.

Requested by Phil Windle in #team-alpha.


Created by claudebox · group: slackbot · requested by Phil Windle · Slack thread

@AztecBot AztecBot added ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR. labels Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant