move debug level on failure to clean log files from warn to debug
This commit is contained in:
parent
f317399b46
commit
a4acb9a95b
|
@ -79,7 +79,7 @@ public class ThreadLocals {
|
|||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
logger.warn("Failed to clean thread locals", e);
|
||||
logger.debug("failed to clean thread locals", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue