HomeSort by relevance Sort by last modified time
    Searched refs:LOGGING_FORMAT (Results 1 - 9 of 9) sorted by null

  /external/autotest/site_utils/rpm_control_system/
rpm_logging_config.py 17 LOGGING_FORMAT = rpm_config.get('GENERAL', 'logging_format')
72 level=logging.INFO, format=LOGGING_FORMAT)
85 format=LOGGING_FORMAT)
118 email_handler.setFormatter(logging.Formatter(LOGGING_FORMAT))
setup_rpms.py 10 LOGGING_FORMAT = rpm_config.get('GENERAL','logging_format')
78 logging.basicConfig(level=logging.DEBUG, format=LOGGING_FORMAT)
rpm_integration_test.py 11 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s'
138 logging.basicConfig(level=logging.DEBUG, format=LOGGING_FORMAT)
  /external/autotest/contrib/
db_optimize.py 25 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s'
64 logging.basicConfig(level=logging.INFO, format=LOGGING_FORMAT)
db_cleanup.py 22 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s'
376 logging.basicConfig(level=level, format=LOGGING_FORMAT)
  /external/autotest/site_utils/
rpc_logserver.py 23 LOGGING_FORMAT = '%(asctime)s.%(msecs)03d %(levelname)-5.5s| %(message)s'
107 fmt=LOGGING_FORMAT, datefmt='%m/%d %H:%M:%S')
  /external/autotest/client/common_lib/
logging_manager_test.py 69 LOGGING_FORMAT = '%(levelname)s: %(message)s'
106 console_formatter = logging.Formatter(LOGGING_FORMAT)
136 logging.basicConfig(level=logging.INFO, format=LOGGING_FORMAT,
  /external/autotest/site_utils/chromeos_proxy/
swarming_bots.py 57 LOGGING_FORMAT = '%(asctime)s - %(levelname)s - %(message)s'
388 log_formatter = logging.Formatter(LOGGING_FORMAT)
  /external/python/cpython3/Lib/unittest/
case.py 296 LOGGING_FORMAT = "%(levelname)s:%(name)s:%(message)s"
312 formatter = logging.Formatter(self.LOGGING_FORMAT)
    [all...]

Completed in 342 milliseconds