We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd67112 commit 4152d32Copy full SHA for 4152d32
core/main/java/com/codingchili/core/Launcher.java
@@ -155,7 +155,7 @@ private void deployServices(List<String> nodes) {
155
var future = deployments.get(i);
156
157
if (future.failed()) {
158
- logger.event(LOG_SERVICE_FAIL)
+ logger.event(LOG_SERVICE_FAIL, Level.SEVERE)
159
.put(ID_SERVICE, nodes.get(i))
160
.put(LOG_ERROR, throwableToString(future.cause()))
161
.send();
0 commit comments