[
https://issues.apache.org/jira/browse/DRILL-7542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17019441#comment-17019441
]
Arina Ielchiieva commented on DRILL-7542:
-----------------------------------------
[~paul-rogers] since you have implemented Drill-on-Yarn do you recall why
different logging approach was used? Is it possible to switch to Drill default
approach?
cc [~volodymyr]
> Fix Drill-on-Yarn logger
> ------------------------
>
> Key: DRILL-7542
> URL: https://issues.apache.org/jira/browse/DRILL-7542
> Project: Apache Drill
> Issue Type: Bug
> Affects Versions: 1.16.0, 1.17.0
> Reporter: Arina Ielchiieva
> Priority: Major
>
> Drill project uses Logback logger backed by SLF4J:
> {noformat}
> import org.slf4j.Logger;
> import org.slf4j.LoggerFactory;
> private static final Logger logger =
> LoggerFactory.getLogger(ResultsListener.class);
> {noformat}
> Drill-on-Yarn project uses commons loggin:
> {noformat}
> import org.apache.commons.logging.Log;
> import org.apache.commons.logging.LogFactory;
> private static final Log LOG = LogFactory.getLog(AbstractScheduler.class);
> {noformat}
> It would be nice if all project components used the same approach for logging.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)