yiguolei commented on code in PR #23418: URL: https://github.com/apache/doris/pull/23418#discussion_r1303791120
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1563,6 +1563,9 @@ public class Config extends ConfigBase { @ConfField(mutable = true) public static boolean enable_query_queue = true; + @ConfField(mutable = true) + public static boolean enable_query_queue_log = false; Review Comment: 不要加这种log 直接 log.isDebugEnabled log debug ########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1563,6 +1563,9 @@ public class Config extends ConfigBase { @ConfField(mutable = true) public static boolean enable_query_queue = true; + @ConfField(mutable = true) + public static boolean enable_query_queue_log = false; Review Comment: 不要加这种log 直接 log.isDebugEnabled log 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org