pycraft icon indicating copy to clipboard operation
pycraft copied to clipboard

Better Debugging!

Open olls opened this issue 10 years ago • 4 comments

Enable/disable for different modules, different indentation levels, etc...!

olls avatar Sep 07 '15 21:09 olls

Maybe to replace/add to the logging levels, we should also be able to enable/disable logging on a module basis.

olls avatar Jan 14 '16 16:01 olls

Like creating logger instances for each file?

On Thu, 14 Jan 2016 16:16 Oliver Faircliff [email protected] wrote:

Maybe to replace/add to the logging levels, we should also be able to enable/disable logging on a module basis.

— Reply to this email directly or view it on GitHub https://github.com/itsapi/pycraft/issues/60#issuecomment-171687041.

geraintwhite avatar Jan 14 '16 16:01 geraintwhite

Maybe, or detecting the file in the logging function

olls avatar Jan 14 '16 17:01 olls

https://docs.python.org/3.4/library/logging.html

olls avatar Jan 14 '16 17:01 olls