morningman commented on code in PR #11378: URL: https://github.com/apache/doris/pull/11378#discussion_r935044181
########## fe/fe-core/src/main/java/org/apache/doris/analysis/ExprSubstitutionMap.java: ########## @@ -39,7 +39,7 @@ * See Expr.substitute() and related functions for details on the actual substitution. */ public final class ExprSubstitutionMap { - private static final Logger LOG = LoggerFactory.getLogger(ExprSubstitutionMap.class); + private static final Logger LOG = LogManager.getLogger(SlotRef.class); Review Comment: Currently, we all use log4j directly instead of slf4j. Maybe we should change all of them later. -- 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