We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3320fdd commit 3103a3aCopy full SHA for 3103a3a
src/main/java/com/uid2/operator/Main.java
@@ -457,7 +457,7 @@ private static Vertx createVertx() {
457
MBeanServer server = ManagementFactory.getPlatformMBeanServer();
458
server.registerMBean(AdminApi.instance, objectName);
459
} catch (InstanceAlreadyExistsException | MBeanRegistrationException | NotCompliantMBeanException | MalformedObjectNameException e) {
460
- LOGGER.error(e.getMessage(), e);
+ LOGGER.error("mBean initialisation failed {}", e.getMessage(), e);
461
System.exit(-1);
462
}
463
0 commit comments