You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't yet know the best way to handle listing/logging the latter items showing what did occur, but logging what was going to occur seems like duplicate information based on the default INFO log level.
A good first start here would be setting the former log messages to DEBUG level so that they're muted by default. The X files successfully removed message would explicitly remain INFO level and the latter messages better evaluated as part of the work on #72.
The text was updated successfully, but these errors were encountered:
Log messages are emitted BEFORE removing a file and
again AFTER. Change log level of the BEFORE messages
from INFO to DEBUG level in order to dedupe what is
shown at INFO level.
refs #80
Example output from a recent live run against a Tomcat 7 log directory:
I don't yet know the best way to handle listing/logging the latter items showing what did occur, but logging what was going to occur seems like duplicate information based on the default INFO log level.
A good first start here would be setting the former log messages to DEBUG level so that they're muted by default. The
X files successfully removed
message would explicitly remain INFO level and the latter messages better evaluated as part of the work on #72.The text was updated successfully, but these errors were encountered: