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

/external/autotest/contrib/
H A Ddb_optimize.py24 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable
44 logging.basicConfig(level=logging.INFO, format=LOGGING_FORMAT)
H A Ddb_cleanup.py20 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable
354 logging.basicConfig(level=level, format=LOGGING_FORMAT)
/external/autotest/site_utils/rpm_control_system/
H A Drpm_logging_config.py17 LOGGING_FORMAT = rpm_config.get('GENERAL', 'logging_format') variable
99 format=LOGGING_FORMAT)
107 email_handler.setFormatter(logging.Formatter(LOGGING_FORMAT))
120 format=LOGGING_FORMAT)
H A Dsetup_rpms.py10 LOGGING_FORMAT = rpm_config.get('GENERAL','logging_format') variable
78 logging.basicConfig(level=logging.DEBUG, format=LOGGING_FORMAT)
H A Drpm_integration_test.py11 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable
138 logging.basicConfig(level=logging.DEBUG, format=LOGGING_FORMAT)
/external/autotest/site_utils/
H A 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')
H A Dgs_offloader.py77 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable
651 log_formatter = logging.Formatter(LOGGING_FORMAT)
/external/autotest/client/common_lib/
H A 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/
H A Dswarming_bots.py57 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s' variable
388 log_formatter = logging.Formatter(LOGGING_FORMAT)

Completed in 143 milliseconds