Skip to content

fix: remove unnecessary (time-consuming) debug logging - #204

Merged
Abuelodelanada merged 1 commit into
mainfrom
fix/remove-unnecessary-log
Aug 14, 2026
Merged

Abuelodelanada merged 1 commit into
mainfrom
fix/remove-unnecessary-log

Conversation

@Abuelodelanada

Copy link
Copy Markdown
Contributor

Issue

This log entry is generated when a cache has been hit, and much of the time saved by not running subprocess.run is lost because logger.debug is ultimately executed, which in turn results in the juju-log binary being run within the container.

Solution

Checklist

  • I have added or updated relevant documentation.
  • PR title makes an appropriate release note and follows conventional commits syntax.
  • Merge target is the correct branch, and relevant tandem backport PRs opened.
  • This change warrants a release, so I have updated the project.version field in the pyproject.toml file.

@Abuelodelanada
Abuelodelanada merged commit 327c85c into main Aug 14, 2026
4 checks passed
@Abuelodelanada
Abuelodelanada deleted the fix/remove-unnecessary-log branch August 14, 2026 18:11
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.

2 participants