Home
last modified time | relevance | path

Searched refs:LOGGING_FORMAT (Results 1 – 8 of 8) 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.py24 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable
63 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/python/cpython3/Lib/unittest/
D_log.py31 LOGGING_FORMAT = "%(levelname)s:%(name)s:%(message)s" variable in _AssertLogsContext
47 formatter = logging.Formatter(self.LOGGING_FORMAT)
/external/autotest/site_utils/
Drpc_logserver.py27 LOGGING_FORMAT = '%(asctime)s.%(msecs)03d %(levelname)-5.5s| %(message)s' variable
111 fmt=LOGGING_FORMAT, datefmt='%m/%d %H:%M:%S')
/external/autotest/client/common_lib/
Dlogging_manager_test.py75 LOGGING_FORMAT = '%(levelname)s: %(message)s' variable
112 console_formatter = logging.Formatter(LOGGING_FORMAT)
142 logging.basicConfig(level=logging.INFO, format=LOGGING_FORMAT,