bluejay
bluejay copied to clipboard
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:
- I imported XCGLogger
- in the AppDelegate, immediately after launching the app, I set
let log = XCGLogger.default
log.setup(level: .error)
This seems to be the wrong approach 🙂 But how can I change the log level?