cdmikechen commented on PR #969:
URL: https://github.com/apache/submarine/pull/969#issuecomment-1159842118

   
   ```java
       // Debug
       LOG.info("////////////////////    setupJettyServer Debug    
//////////////////");
       LOG.info("SUBMARINE_SERVER_JETTY_THREAD_POOL_MAX: " +
           
Integer.toString(conf.getInt(SubmarineConfVars.ConfVars.SUBMARINE_SERVER_JETTY_THREAD_POOL_MAX)));
   ```
   If we explicitly use debug log in this part, I suggest changing the log 
level to debug, for example:
   ```java
   if (LOG.isDebugEnabled()) {
       LOG.debug("xxxxx");
   }
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to