Searched refs:LOGGING_FORMAT (Results 1 – 9 of 9) sorted by relevance
17 LOGGING_FORMAT = rpm_config.get('GENERAL', 'logging_format') variable99 format=LOGGING_FORMAT)107 email_handler.setFormatter(logging.Formatter(LOGGING_FORMAT))120 format=LOGGING_FORMAT)
10 LOGGING_FORMAT = rpm_config.get('GENERAL','logging_format') variable78 logging.basicConfig(level=logging.DEBUG, format=LOGGING_FORMAT)
11 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable138 logging.basicConfig(level=logging.DEBUG, format=LOGGING_FORMAT)
24 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable44 logging.basicConfig(level=logging.INFO, format=LOGGING_FORMAT)
20 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable354 logging.basicConfig(level=level, format=LOGGING_FORMAT)
23 LOGGING_FORMAT = '%(asctime)s.%(msecs)03d %(levelname)-5.5s| %(message)s' variable107 fmt=LOGGING_FORMAT, datefmt='%m/%d %H:%M:%S')
77 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable651 log_formatter = logging.Formatter(LOGGING_FORMAT)
69 LOGGING_FORMAT = '%(levelname)s: %(message)s' variable106 console_formatter = logging.Formatter(LOGGING_FORMAT)136 logging.basicConfig(level=logging.INFO, format=LOGGING_FORMAT,
57 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable388 log_formatter = logging.Formatter(LOGGING_FORMAT)