Searched refs:LOGGING_FORMAT (Results 1 – 8 of 8) 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 | 24 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable 63 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/python/cpython3/Lib/unittest/ |
D | _log.py | 31 LOGGING_FORMAT = "%(levelname)s:%(name)s:%(message)s" variable in _AssertLogsContext 47 formatter = logging.Formatter(self.LOGGING_FORMAT)
|
/external/autotest/site_utils/ |
D | rpc_logserver.py | 27 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/ |
D | logging_manager_test.py | 75 LOGGING_FORMAT = '%(levelname)s: %(message)s' variable 112 console_formatter = logging.Formatter(LOGGING_FORMAT) 142 logging.basicConfig(level=logging.INFO, format=LOGGING_FORMAT,
|