Searched refs:suppress_json_logging (Results 1 – 1 of 1) sorted by relevance
673 suppress_json_logging = True variable in SessionHandler1610 def __init__(self, suppress_json_logging, callback, app): argument1611 self.suppress_json_logging = suppress_json_logging1634 if self.suppress_json_logging:1691 suppress_json_logging = getattr(1693 return self.Logger(suppress_json_logging, callback, cb.app)