Open haemi opened 11 months ago
Summary: I tried to change the log level to e.g. .warning, but I always get the extensive logging.
.warning
Steps to Reproduce:
let log = XCGLogger.default log.setup(level: .error)
This seems to be the wrong approach 🙂 But how can I change the log level?
Summary: I tried to change the log level to e.g.
.warning
, but I always get the extensive logging.Steps to Reproduce:
This seems to be the wrong approach 🙂 But how can I change the log level?