Skip to content

Implement logging framework based on ZeroLog

Leo requested to merge Leo/aports-qa-bot:logger into master

Does the following:

  1. Add ZeroLog to dependencies
  2. Change all log.* calls to use ZeroLog semantics
  3. Add LogLevel option to configuration and default to info
  4. Adapt tests

Merge request reports