Dmitry

Results 1 issues of Dmitry

### Describe the issue There is a method called _isEnabledFor()_ inside python logging package's Logger class. Since python 3.8 this method takes into account self.disabled attrubute: https://github.com/python/cpython/blob/3.8/Lib/logging/__init__.py#L1681 But before python...

enhancement