Lines Matching refs:logging
30 import logging
59 logging.debug("Dashboard file saved, name: %s.", name)
65 logging.debug("Grab file from SVN, name: %s.", name)
69 logging.info("Grab file from SVN, url: %s.", url)
73 logging.error("Failed to grab dashboard file: %s.", url)
78 logging.error("Failed to grab dashboard file: %s", str(e))
80 logging.error("Failed to grab dashboard file: %s", str(e))
90 logging.info("Got file from SVN.")
94 logging.info("No existing file, added as new file.")
99 logging.debug("Updating existing file.")
105 logging.info("Dashboard file replaced, name: %s.", name)
113 logging.warning("File not found, name: %s.", name)