Lines Matching full:logging
25 import logging
342 logging.basicConfig(level=logging.DEBUG)
345 logging.warning("%s is not a valid file.", args.input)
349 logging.error("No output file specified.")
353 logging.debug("%s already exists. Overwriting it.", args.output)
369 logging.debug("Saving RST file to %s", filename)
385 logging.debug("Looking for .rst files in %s", index_dir)
391 logging.debug("Writing an index file at %s", output)
401 logging.debug("Parsing %s", args.input)
405 logging.warning("Failed to parse %s.", args.input)
406 logging.warning(exception)