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

Make CLI respect log_level setting #34

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

synkd
Copy link
Collaborator

@synkd synkd commented Mar 18, 2024

Currently, the manifester CLI writes debug-level log messages to the terminal regardless of the log_level setting. This PR imports and runs the setup_logzero function from manifester/logger.py to make the CLI write log messages at the level specified in the settings.

Currently, the manifester CLI writes debug-level log messages to the
terminal regardless of the `log_level` setting. This PR imports and runs
the `setup_logzero` function from manifester/logger.py to make the CLI
write log messages at the level specified in the settings.
@synkd synkd requested a review from JacobCallahan March 18, 2024 18:05
@synkd synkd merged commit c230772 into SatelliteQE:master Mar 18, 2024
4 checks passed
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