You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/07/04 10:39:34 UTC

[GitHub] [ignite-3] ygerzhedovich commented on a diff in pull request #913: IGNITE-17240 Provide an ability to configure logging backend through IgniteClient.Builder

ygerzhedovich commented on code in PR #913:
URL: https://github.com/apache/ignite-3/pull/913#discussion_r912872620


##########
modules/core/src/main/java/org/apache/ignite/internal/components/LongJvmPauseDetector.java:
##########
@@ -107,9 +105,7 @@ public void run() {
                     lastWakeUpTime = System.currentTimeMillis();
                 }
 
-                if (LOG.isDebugEnabled()) {
-                    LOG.debug(getName() + " has been started.");
-                }
+                log.debug(getName() + " has been started");

Review Comment:
   should we use parameter here instead of concatenation?



-- 
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-unsubscribe@ignite.apache.org

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