HBASE-23250 Log message about CleanerChore delegate initialization should be at INFO
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
parent
10cc64a7d6
commit
56e63b106c
|
@ -154,7 +154,7 @@ public abstract class CleanerChore<T extends FileCleanerDelegate> extends Schedu
|
|||
for (String className : logCleaners) {
|
||||
T logCleaner = newFileCleaner(className, conf);
|
||||
if (logCleaner != null) {
|
||||
LOG.debug("Initialize cleaner={}", className);
|
||||
LOG.info("Initialize cleaner={}", className);
|
||||
this.cleanersChain.add(logCleaner);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue