We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59dc7ac commit d708143Copy full SHA for d708143
1 file changed
server/src/main/java/com/cloud/server/StatsCollector.java
@@ -418,7 +418,7 @@ public boolean start() {
418
try {
419
JmxReporter.forRegistry(METRIC_REGISTRY).inDomain("vm-extra").build().start();
420
} catch (Exception e) {
421
- LOGGER.warn("Failed to start JMX reporter for METRIC_REGISTRY; CloudOS metrics will not be visible via JMX: " + e.getMessage());
+ LOGGER.warn("Failed to start JMX reporter for METRIC_REGISTRY; CloudOS metrics will not be visible via JMX", e);
422
}
423
return true;
424
0 commit comments