Implement logging framework based on ZeroLog
Does the following:
- Add ZeroLog to dependencies
- Change all
log.*
calls to use ZeroLog semantics - Add
LogLevel
option to configuration and default toinfo
- Adapt tests
Does the following:
log.*
calls to use ZeroLog semanticsLogLevel
option to configuration and default to info