cxxiii commented on code in PR #3696:
URL: https://github.com/apache/amoro/pull/3696#discussion_r2241805198


##########
amoro-ams/src/main/java/org/apache/amoro/server/optimizing/OptimizingQueue.java:
##########
@@ -269,13 +269,12 @@ private void triggerAsyncPlanning(
                           .map(item -> item + "")
                           .collect(Collectors.joining(","));
                   LOG.info(
-                      "Completed planning on table {} with {} tasks with a 
total cost of {} ms, skipping {} tables,"
-                          + " id list:{}",
+                      "Completed planning on table {} with {} tasks with a 
total cost of {} ms, skipping {} tables",

Review Comment:
   Thanks for your suggestions. 
   
   However, I feel that setting the log level to DEBUG when debug logging is 
disabled may not be very meaningful. My intention is to ensure that important 
log information is always output when the log level is set to INFO, while more 
detailed messages are only shown when the log level is set to DEBUG.



-- 
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