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 logging from modules easier #2063

Open
rlerm opened this issue Sep 4, 2021 · 1 comment · May be fixed by #2232
Open

Make logging from modules easier #2063

rlerm opened this issue Sep 4, 2021 · 1 comment · May be fixed by #2232
Assignees
Labels
feature request 🙏 I am requesting a feature

Comments

@rlerm
Copy link

rlerm commented Sep 4, 2021

This is somewhat related to #1479, in which more control of logging was requested, with per-module granularity. The proposal here is to just use the builtin logging module, instead of self.py3.log.

IMO, this will be easier for module authors since it's a more standard interface, and allows per-module configuration out of the box.

The most important use case this will enable is for debugging only a specific module, since you'll be able to enable higher logging levels without getting spammed by others.

@rlerm rlerm added the feature request 🙏 I am requesting a feature label Sep 4, 2021
@ultrabug
Copy link
Owner

ultrabug commented Sep 7, 2021

Thank you @rlerm this is a very interesting proposal.

I will write down my remarks on #2064

@ultrabug ultrabug self-assigned this Sep 7, 2021
@lasers lasers linked a pull request Jan 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 🙏 I am requesting a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants