Conversation
… utils - artifact_manager.go: Log when NewArtifactManager() constructs a new manager - create_code_scanning_alert.go: Log driver name, target-repo, allowed-repos count, and parsed config summary in parseCodeScanningAlertsConfig - logs_utils.go: Log count of .lock.yml files found and each discovered workflow name - mcp_config_utils.go: Log the shouldRewriteLocalhostToDocker decision result - update_command.go: Log before UpdateActions and UpdateActionsInWorkflowFiles calls, and log completion status in RunUpdateWorkflows Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Adds meaningful debug log statements to 5 Go files in
pkg/that had minimal logging coverage.Changes
pkg/workflow/artifact_manager.go: Log whenNewArtifactManager()creates a new manager instancepkg/workflow/create_code_scanning_alert.go: Log custom driver name, target repo, allowed repos count, and full parsed config summary inparseCodeScanningAlertsConfigpkg/cli/logs_utils.go: Log count of discovered.lock.ymlfiles and each extracted workflow name ingetAgenticWorkflowNamespkg/workflow/mcp_config_utils.go: Log the boolean decision result ofshouldRewriteLocalhostToDockerto aid sandbox connectivity debuggingpkg/cli/update_command.go: Log beforeUpdateActionsandUpdateActionsInWorkflowFilescalls with relevant flags, plus completion status inRunUpdateWorkflowsTest plan
make buildpasses with no compilation errorsDEBUG=*and rungh aw compileto verify logs appear at expected callsitesgh aw updatewithDEBUG=*to verify update-phase logs appear in sequenceWarning
The following domain was blocked by the firewall during workflow execution:
proxy.golang.orgTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.