Lines Matching refs:logging
28 import logging, re, os, sys, optparse, compiler
70 logging.info("Scanning %s", test_path)
79 logging.info("Scanning %s", test_suite_path)
88 logging.info("Scanning %s", profilers_path)
110 logging.info("Scanning %s", sample_path)
132 logging.info("Removing %s", test.path)
140 logging.info("Removing %s", profiler.name)
155 logging.info("Removing %s", test.path)
162 logging.info("Removing %s", profiler.name)
187 logging.warning("Skipping %s, missing docstring", profiler)
235 logging.info("Processing %s", new_test.path)
346 logging.info("Dependency %s not found", label_name)
376 logging.warning("Skipping %s\n%s", file, e)
378 logging.error("Bad %s\n%s", file, e)
427 logging.info("Would %s: %s", subject, content)
467 logging.warning("Skipping %s\n%s", file, e)
539 logging.getLogger().setLevel(logging.WARN)
542 logging.error('-N (--add-noncompliant) must be ran with option -A '
547 logging.error('-E (--add-experimental) must be ran with option -A '
555 logging.error("Invalid option(s) provided: %s", args)
560 logging.getLogger().setLevel(logging.DEBUG)
571 logging.error(
580 logging.error("Cannot pass both --add-all and --whitelist-file")
584 logging.error("--whitelist-file (%s) not found", whitelist_path)
586 logging.info("Using whitelist file %s", whitelist_path)