Skip to content

Use extended python logging #224

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

heliocastro
Copy link
Contributor

@heliocastro heliocastro commented May 10, 2025

Leverage --verbose -s to use proper standard python logging output, enabling file logging as well.

Options:
--verbose -v = INFO
-vv = DEBUG
-vvv = TRACE
-vvvv = DEEP

CustomLogger to replace uneven print/trace solution.

Add trace level support, set standard level to warning/error.
Using --verbose or -v options, set the app logger to INFO, -vv set
the app logger to DEBUG, -vvv set the app logger to TRACE status and
last -vvvv to DEEP status.

Signed-off-by: Helio Chissini de Castro <[email protected]>
Signed-off-by: Helio Chissini de Castro <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant