chore: log empty running polls in debug#1626
Open
nbouliol wants to merge 4 commits into
Open
Conversation
…D-407] Align Logger with @forestadmin/agent shape (function signature, capitalized LoggerLevel) and add a minimum-level filter on the source. Default Info preserves current behavior; CLI reads LOG_LEVEL, library consumers pass loggerLevel in ExecutorOptions. fixes PRD-407 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…failure [PRD-407] - cli-core: LOG_LEVEL env var → loggerLevel (valid values, default fallback, empty string fallback, invalid values throw ConfigurationError) - mcp-step-executor: when persisting formattedResponse fails, step still returns success and an Error log carries the enriched-save failure cause Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Coverage Impact This PR will not change total coverage. Modified Files with Diff Coverage (1)
🛟 Help
|
233bda2 to
5a71569
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Definition of Done
General
Security
Note
Log empty running polls at debug level in
Runner.runPollCycleReduces log noise by logging 'Poll cycle completed' at
Debuginstead ofInfowhen no runs are pending, dispatched, or malformed. A new private staticgetPollingLogLevelhelper in runner.ts determines the level based on those three counts.Macroscope summarized 86ad10d.