Open aakoch opened 3 years ago
Ok. I didn't know if there was a way to set the level maybe.
Follow-up question: what's the reasoning the previous line checks for the FINE level? Why would that specific level be ignored?
Because it is the lowest level. Most users are mostly not interested in it.
FINER and FINEST are lower
Do you see those levels being used anywhere? I have intentionally used FINE as lowest level.
Is there a way to set the logging level so that the ViolationsApi class in violations-lib doesn't log the files it find? My project is large and 3112 of these log messages are a bit noisy.
Thanks.