Skip to content

Commit adcb246

Browse files
added logging for testing
1 parent c2a6358 commit adcb246

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/uid2/operator/Main.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ public Main(Vertx vertx, JsonObject config) throws Exception {
250250
svcInstances = Runtime.getRuntime().availableProcessors();
251251
}
252252
requestedServiceInstances = svcInstances;
253+
LOGGER.info("Service instances requested: " + requestedServiceInstances);
253254
}
254255

255256
private KeyManager getKeyManager() {

0 commit comments

Comments
 (0)