You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofself.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.
The text was updated successfully, but these errors were encountered: