FileLoggerTree doesn't print anything lower than ERROR
Closed this issue · 1 comments
cepages commented
Firstly thanks for your code, It's great!
Secondly I found that the logger doesn't print in the file anything lower than ERROR.
I fixed this setting the level in the logger.
logger.setLevel(fromPriorityToLevel(priority));
I added it in the FileLoggerTree
constructor.
Do you think it's a bug, or I'm missing something.
If it's a bug, I'm happy to open a pull request :)