Class k.l.ReversedGlobalFilter(logging.Filter):

Part of kiwi.log
It's like a reversed filter, the default behavior is to not show the message, you need to add custom filters for all the records you wish to see
Function__init__Undocumented
Functionadd_filterUndocumented
FunctionfilterUndocumented
def __init__(self):
Undocumented
def add_filter(self, f, level=logging.DEBUG):
Undocumented
def filter(self, record):
Undocumented