Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump clio to fix logging when no tty present #2268

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

willmurphyscode
Copy link
Contributor

Bump anchore/clio to pull in anchore/clio#68

Previously if GRYPE_LOG_FILE was not set and no TTY was present, log.Warn messages would be discarded instead of sent to stderr. Now send them to stderr.

Fixes #2180

Manually tested via python script described at #2180 (comment)

Previously if GRYPE_LOG_FILE was not set and no TTY was present,
log.Warn messages would be discarded instead of sent to stderr. Now send
them to stderr.

Signed-off-by: Will Murphy <[email protected]>
@willmurphyscode willmurphyscode enabled auto-merge (squash) November 19, 2024 19:57
@willmurphyscode willmurphyscode merged commit da50cfe into main Nov 19, 2024
10 checks passed
@willmurphyscode willmurphyscode deleted the chore-bump-clio branch November 19, 2024 20:10
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.

Display warnings even when -v is not passed and no tty is present
2 participants