Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
@ThreadSafe
public class RemoteLogIndexCache implements Closeable {

private static final Logger LOG = LoggerFactory.getLogger(RemoteLogManager.class);
private static final Logger LOG = LoggerFactory.getLogger(RemoteLogIndexCache.class);

private static final String TMP_FILE_SUFFIX = ".tmp";
public static final String REMOTE_LOG_INDEX_CACHE_CLEANER_THREAD =
Expand Down