ivanzlenko commented on code in PR #6478:
URL: https://github.com/apache/ignite-3/pull/6478#discussion_r2297851794


##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/ClusterInitializer.java:
##########
@@ -225,7 +225,7 @@ public CompletableFuture<Void> initCluster(
                                             e = e.getCause();
                                         }
 
-                                        LOG.info("Initialization failed 
[reason={}]", e, e.getMessage());
+                                        LOG.warn("Initialization failed 
[reason={}]", e.getMessage());

Review Comment:
   What's the reasoning behind omitting stack trace here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to