We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421d61d commit 4636e04Copy full SHA for 4636e04
1 file changed
src/main/java/eu/openanalytics/containerproxy/backend/kubernetes/KubernetesBackend.java
@@ -141,7 +141,7 @@ public void initialize() throws ContainerProxyException {
141
try {
142
log.info("Hash of config is: " + getInstanceId());
143
} catch(Exception e) {
144
- e.printStackTrace();
+ throw new RuntimeException("Cannot compute hash of config", e);
145
}
146
147
0 commit comments