Prevent logging LogDetail into file when open file
kukushi opened this issue · 2 comments
kukushi commented
First, thanks for your great work.
I'm using an AutoRotatingFileDestination
with warning
output level. The problem is, each time when the app opening the file, XCGLogger will log something like [Info] > XCGLogger appending log to...
into the file. That's wired because my destination has a warning
output level.
I'm wondering it's a bug or expected behavior?
phimage commented
This code use internal routine, so bypass the level control
nick3389 commented
Hello, I have the same question. Is there any way to customise the setup log level? Personally, I don't want the path of the logfile to be visible as I use it in a static library.