Lines Matching refs:logging
25 import logging
378 logging.basicConfig(level=logging.DEBUG)
381 logging.warning("%s is not a valid file.", args.input)
385 logging.error("No output file specified.")
389 logging.debug("%s already exists. Overwriting it.", args.output)
405 logging.debug("Saving RST file to %s", filename)
421 logging.debug("Looking for .rst files in %s", index_dir)
427 logging.debug("Writing an index file at %s", output)
437 logging.debug("Parsing %s", args.input)
441 logging.warning("Failed to parse %s.", args.input)
442 logging.warning(exception)