Skip to content

BF: need to call setLevel on log object

Paul McCarthy requested to merge paulmc/bip:bf/logging into master

The setLevel method needs to be called on the log object, not the handler object, otherwise no log messages are written to file

Merge request reports