Skip to content

Use extended python logging #224

New issue

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

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

Already on GitHub? # 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 <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants