mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Feature usage log: log file name together with response
This commit is contained in:
+2
-2
@@ -59,7 +59,7 @@ public class EventLogStatisticsService implements StatisticsService {
|
||||
final String error = validate(request, file);
|
||||
if (StringUtil.isNotEmpty(error) || request == null) {
|
||||
if (LOG.isTraceEnabled()) {
|
||||
LOG.trace(error);
|
||||
LOG.trace(file.getName() + "-> " + error);
|
||||
}
|
||||
toRemove.add(file);
|
||||
continue;
|
||||
@@ -79,7 +79,7 @@ public class EventLogStatisticsService implements StatisticsService {
|
||||
}
|
||||
|
||||
if (LOG.isTraceEnabled()) {
|
||||
LOG.trace(getResponseMessage(response));
|
||||
LOG.trace(file.getName() + " -> " + getResponseMessage(response));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user