Enhanced sheerka.update_concept() logs
This commit is contained in:
@@ -20,7 +20,10 @@ def set_enabled(to_enable):
|
||||
|
||||
|
||||
def to_discard(logger_class):
|
||||
if logger_class in enabled:
|
||||
if logger_class is None:
|
||||
return False
|
||||
|
||||
if logger_class in enabled or logger_class.strip(".") in enabled:
|
||||
return False
|
||||
|
||||
if logger_class not in disabled:
|
||||
|
||||
Reference in New Issue
Block a user