Home | History | Annotate | Download | only in utils

Lines Matching refs:logging

17 import logging
44 """Logging manager config."""
47 """Configure logging."""
88 logging.info('compiling .py files in %s to .pyc', install_dir)
96 logging.error(error_msg)
99 logging.info("Syntax errors from pylint above are expected, not "
102 logging.info("Problematic errors encountered. FAILURE.")
146 logging.info('A new %s is not needed on this system.',
149 logging.info('Installing anyways...')
154 logging.error(msg)
188 logging.error(msg)