Minor improvements for EDQS
This commit is contained in:
parent
122dea9feb
commit
de855e5236
@ -36,7 +36,7 @@ public class VersionsStore {
|
||||
isNew.set(true);
|
||||
return version;
|
||||
} else {
|
||||
log.info("[{}] Version {} is outdated, the latest is {}", key, version, prevVersion);
|
||||
log.debug("[{}] Version {} is outdated, the latest is {}", key, version, prevVersion);
|
||||
return prevVersion;
|
||||
}
|
||||
});
|
||||
|
||||
@ -93,8 +93,7 @@ public class TbKafkaConsumerStatsService {
|
||||
log.info("[{}] Topic partitions with lag: [{}].", groupId, builder.toString());
|
||||
}
|
||||
} catch (Exception e) {
|
||||
log.warn("[{}] Failed to get consumer group stats. Reason - {}.", groupId, e.getMessage());
|
||||
log.trace("Detailed error: ", e);
|
||||
log.warn("[{}] Failed to get consumer group stats", groupId, e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user