Skip to content
Snippets Groups Projects
Verified Commit f7044ed5 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

MAINT: add debugging output, remove unused constants

parent 20dd2181
No related branches found
No related tags found
No related merge requests found
Pipeline #56621 failed
......@@ -163,8 +163,6 @@ public class ServerProperties extends Properties implements Observable {
public static final String KEY_PID_SERVICE_ADMIN_HANDLE = "PID_SERVICE_ADMIN_HANDLE";
public static final String KEY_PID_SERVICE_ADMIN_PRIVATE_KEY = "PID_SERVICE_ADMIN_PRIVATE_KEY";
public static final String DOIP_PORT = "DOIP_PORT";
public static final String DOIP_TARGET_ID = "DOIP_TARGET_ID";
public static final String KEY_AUTHENTICATION_TRUSTED_JWKS_DIR =
"AUTHENTICATION_TRUSTED_JWKS_DIR";
......
......@@ -112,6 +112,8 @@ public class DoipServer implements DoipProcessor {
String serviceId = CaosDBServer.getServerProperty(ServerProperties.KEY_DOIP_SERVICE_ID);
String address = CaosDBServer.getServerProperty(ServerProperties.KEY_SERVER_BIND_ADDRESS);
start(address, port, serviceId);
} else {
logger.info("Not starting DOIP, DOIP_SERVER_PORT_TLS was: " + portStr + ".");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment