-
-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Labels
feature request 🙏I am requesting a featureI am requesting a feature
Description
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.
Metadata
Metadata
Assignees
Labels
feature request 🙏I am requesting a featureI am requesting a feature