Searched refs:LOGGING_FORMAT (Results 1 – 9 of 9) sorted by relevance
/external/autotest/site_utils/rpm_control_system/ |
D | rpm_logging_config.py | 17 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))
|
D | setup_rpms.py | 10 LOGGING_FORMAT = rpm_config.get('GENERAL','logging_format') variable 78 logging.basicConfig(level=logging.DEBUG, format=LOGGING_FORMAT)
|
D | rpm_integration_test.py | 11 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable 138 logging.basicConfig(level=logging.DEBUG, format=LOGGING_FORMAT)
|
/external/autotest/contrib/ |
D | db_optimize.py | 25 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable 64 logging.basicConfig(level=logging.INFO, format=LOGGING_FORMAT)
|
D | db_cleanup.py | 22 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable 376 logging.basicConfig(level=level, format=LOGGING_FORMAT)
|
/external/autotest/site_utils/ |
D | rpc_logserver.py | 23 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/ |
D | logging_manager_test.py | 69 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/ |
D | swarming_bots.py | 58 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable 409 log_formatter = logging.Formatter(LOGGING_FORMAT)
|
/external/python/cpython3/Lib/unittest/ |
D | case.py | 300 LOGGING_FORMAT = "%(levelname)s:%(name)s:%(message)s" variable in _AssertLogsContext 316 formatter = logging.Formatter(self.LOGGING_FORMAT)
|