Home
last modified time | relevance | path

Searched refs:LOGGING_FORMAT (Results 1 – 9 of 9) sorted by relevance

/external/autotest/site_utils/rpm_control_system/
Drpm_logging_config.py17 LOGGING_FORMAT = rpm_config.get('GENERAL', 'logging_format') variable
72 level=logging.INFO, format=LOGGING_FORMAT)
85 format=LOGGING_FORMAT)
118 email_handler.setFormatter(logging.Formatter(LOGGING_FORMAT))
Dsetup_rpms.py10 LOGGING_FORMAT = rpm_config.get('GENERAL','logging_format') variable
78 logging.basicConfig(level=logging.DEBUG, format=LOGGING_FORMAT)
Drpm_integration_test.py11 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable
138 logging.basicConfig(level=logging.DEBUG, format=LOGGING_FORMAT)
/external/autotest/contrib/
Ddb_optimize.py25 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable
64 logging.basicConfig(level=logging.INFO, format=LOGGING_FORMAT)
Ddb_cleanup.py22 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable
376 logging.basicConfig(level=level, format=LOGGING_FORMAT)
/external/autotest/site_utils/
Drpc_logserver.py23 LOGGING_FORMAT = '%(asctime)s.%(msecs)03d %(levelname)-5.5s| %(message)s' variable
107 fmt=LOGGING_FORMAT, datefmt='%m/%d %H:%M:%S')
/external/autotest/client/common_lib/
Dlogging_manager_test.py69 LOGGING_FORMAT = '%(levelname)s: %(message)s' variable
106 console_formatter = logging.Formatter(LOGGING_FORMAT)
136 logging.basicConfig(level=logging.INFO, format=LOGGING_FORMAT,
/external/autotest/site_utils/chromeos_proxy/
Dswarming_bots.py58 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable
409 log_formatter = logging.Formatter(LOGGING_FORMAT)
/external/python/cpython3/Lib/unittest/
Dcase.py300 LOGGING_FORMAT = "%(levelname)s:%(name)s:%(message)s" variable in _AssertLogsContext
316 formatter = logging.Formatter(self.LOGGING_FORMAT)