Searched defs:LOGGING_FORMAT (Results 1 – 8 of 8) sorted by relevance
27 LOGGING_FORMAT = '%(asctime)s.%(msecs)03d %(levelname)-5.5s| %(message)s' variable
31 LOGGING_FORMAT = "%(levelname)s:%(name)s:%(message)s" variable in _AssertLogsContext
75 LOGGING_FORMAT = '%(levelname)s: %(message)s' variable