mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Don't pollute idea.log with periodic messages from TaskManagerImpl
This commit is contained in:
@@ -796,7 +796,7 @@ public class TaskManagerImpl extends TaskManager implements ProjectComponent, Pe
|
||||
long start = System.currentTimeMillis();
|
||||
Task[] tasks = repository.getIssues(request, offset, limit, withClosed, cancelled);
|
||||
long timeSpent = System.currentTimeMillis() - start;
|
||||
LOG.info(String.format("Total %s ms to download %d issues from '%s' (pattern '%s')",
|
||||
LOG.debug(String.format("Total %s ms to download %d issues from '%s' (pattern '%s')",
|
||||
timeSpent, tasks.length, repository.getUrl(), request));
|
||||
myBadRepositories.remove(repository);
|
||||
if (issues == null) issues = new ArrayList<>(tasks.length);
|
||||
|
||||
Reference in New Issue
Block a user