mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Do not write extra index logs by default
This commit is contained in:
@@ -2039,7 +2039,7 @@ public class FileBasedIndexImpl extends FileBasedIndex implements BaseComponent,
|
||||
private final List<VirtualFile> myFiles = new ArrayList<>();
|
||||
@Nullable
|
||||
private final ProgressIndicator myProgressIndicator;
|
||||
private final boolean myDoTraceForFilesToBeIndexed = LOG.isDebugEnabled();
|
||||
private final boolean myDoTraceForFilesToBeIndexed = LOG.isTraceEnabled();
|
||||
|
||||
private UnindexedFilesFinder(@Nullable ProgressIndicator indicator) {
|
||||
myProgressIndicator = indicator;
|
||||
|
||||
Reference in New Issue
Block a user