src: update IndexedStorageChunkStorageProvider
This commit is contained in:
@@ -246,7 +246,7 @@ public class IndexedStorageChunkStorageProvider implements IChunkStorageProvider
|
||||
LOGGER.at(Level.WARNING).withCause(e).log("Failed to close idle region file %d.%d", regionX, regionZ);
|
||||
}
|
||||
} else {
|
||||
LOGGER.at(Level.INFO).log("Region %d not idle: lastAccess=%dms ago, activeOps=%d, threshold=%dms",
|
||||
LOGGER.at(Level.FINE).log("Region %d not idle: lastAccess=%dms ago, activeOps=%d, threshold=%dms",
|
||||
regionKey, idleTimeMs, activeOps, IDLE_TIMEOUT_MS);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user