UnrarKit: Cannot decrease the verbosity of logging
I cannot decrease the verbosity of logging…
I followed the instructions and set the default
level (see the picture), but my console is still full of a huge number of messages that completely interfere with debugging. My archives usually contain 3000-5000 files and the simple operation of getting a list of files leads to several thousand messages in the console.
Anyway, great work and good framework! Thanks!
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16 (9 by maintainers)
@picasso have you seen examples of other frameworks that do this, while logging to Apple’s logging framework? I’d like to see how they approach it.
To me, one of the advantages of leaving it configured by the system, is the ability to turn up the verbosity as necessary for customers who are experiencing problems. If you turn it off in code (as in @aonez’s patch), you lose that capability.
Maybe relative to #54?