Skip to content

Add -s/--silent flag #35

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

Merged
merged 3 commits into from
Jan 27, 2025
Merged

Add -s/--silent flag #35

merged 3 commits into from
Jan 27, 2025

Conversation

mattt
Copy link
Member

@mattt mattt commented Jan 27, 2025

Currently, logging to stderr is controlled by a -v/--verbose flag (#2). By default, logging is disabled unless this option is set.

This PR does the following:

  • Changes the default behavior to log at INFO level
  • Adds a -s/--silent flag to disable all logging
  • Updates levels for existing log statements
  • Adds more logging statements

@mattt mattt merged commit fd3a889 into main Jan 27, 2025
1 check passed
@mattt mattt deleted the mattt/silent branch January 27, 2025 10:38
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.

1 participant