Lines Matching refs:logging
28 import logging
45 logging.debug(command)
52 logging.debug("Result: %s", result[0])
68 logging.debug("tracked origin commit id: %s", o_from_t["hash"])
75 logging.debug(command)
86 logging.debug(command)
101 logging.error("Cannot find the origin path for {file_path}")
108 logging.error("Cannot find the latest commit for %s", file_path)
114 logging.error("Error: Cannot find the latest origin commit for %s", file_path)
118 logging.debug("No update needed for %s", file_path)
120 logging.info(file_path)
127 logging.info("commit %s", pretty_output(commit))
129 logging.info("%d commits needs resolving in total\n", count)
163 class DmesgFormatter(logging.Formatter):
175 logger = logging.getLogger()
179 console_handler = logging.StreamHandler()
183 file_handler = logging.FileHandler(log_file)
234 log_level = getattr(logging, args.log.upper(), logging.INFO)
258 logging.info(os.path.relpath(os.path.abspath(file), linux_path))
259 logging.info("No translation in the locale of %s\n", args.locale)