Searched refs:log_line_format (Results 1 – 1 of 1) sorted by relevance
30 log_line_format = "%(asctime)s.%(msecs).03d %(levelname)s %(message)s" variable208 terminal_format = log_line_format210 terminal_format = "[{}] {}".format(prefix, log_line_format)213 file_formatter = logging.Formatter(log_line_format, log_line_time_format)