Lines Matching refs:logger
41 logger = logging.getLogger(__name__) variable
75 logger.setLevel(logging.DEBUG)
92 logger.fatal("Unable to determine compatibility matrix dir, lunch or provide one explicitly.")
95 logger.debug("Using analyze_matrix at path: %s", args.analyze_matrix)
96 logger.debug("Dumping compatibility matrices at path: %s", args.input)
97 logger.debug("Show deprecated HALs? %s", args.deprecated)
98 logger.debug("Show unchanged HALs? %s", args.unchanged)
99 logger.debug("Show introduced HALs? %s", args.introduced)
100 logger.debug("Only showing packages %s", args.packages)
119 logger.warning("`%s` exits with code %d with the following error: %s", " ".join(command),
140 logger.warning("Unknown level '%s' in file: %s", output, file)
166 logger.debug("Ignoring file %s", file)
172 logger.warning("Found duplicated matrix for level %s, ignoring: %s", level, file)
313 logger.warning("Nothing to show, because no matrices found in '%s'.", args.input)