From 7244460382bbb3ed8a1934d5a62218f6c9cf2c90 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 27 Apr 2018 17:04:06 +0200 Subject: [server] Print feature string on startup --- dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/App.java | 1 + 1 file changed, 1 insertion(+) (limited to 'dozentenmodulserver') diff --git a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/App.java b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/App.java index deb9be5e..da9cfe68 100644 --- a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/App.java +++ b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/App.java @@ -59,6 +59,7 @@ public class App { LOGGER.info("******************* Starting Application ***********************"); LOGGER.info("****************************************************************"); LOGGER.info("RPC version " + Version.VERSION); + LOGGER.info("Features: " + SupportedFeatures.getFeatureString()); // get Configuration try { -- cgit v1.2.3-55-g7522