How to prevent logback from emitting repeated "Empty watch file list. Disabling" messages -
i have logback configured logback.xml located here: http://pastebin.com/kuquekxy.
every minute, see log message emitted of form:
18:26:21,486 |-info in reconfigureonchangetask(born:1478715201485) - empty watch file list. disabling
why happening , how can rid of these?
i can tell why happening, not how rid of them.
the reconfigureonchangetask
log line when doesn't have files watch.
and doesn't have files watch because file in jar, , only watch files on filesystem. makes sense, because files within jar file don't change.
Comments
Post a Comment