Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Logging

Frank Niessink edited this page May 4, 2018 · 2 revisions

When HQ runs it prints logging on stdout. You can determine the log level using the --log command line option. Run quality_report.py --help to see the possible log levels.

The log levels have roughly the following meaning:

  • CRITICAL: Fatal error, the report can't be created.
  • ERROR: A source returned data that can't be parsed.
  • WARNING: A source hasn't been configured or is unreachable.
  • INFO: Progress information.
Clone this wiki locally