You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by Sorabh Hamirwasia <sh...@mapr.com> on 2018/04/05 23:21:55 UTC

No log prints in drillbit.log on latest master

Hi All,

On latest Apache master, commit for DRILL-6234<https://issues.apache.org/jira/browse/DRILL-6234> added a dependency inside /exec/vector/pom.xml file for drill-common artifact. But the change missed to specify the scope as test, due to this a separate jar was created inside $DRILL_HOME/jars folder as drill-common-1.14.0-SNAPSHOT-tests.jar. This jar packages logback-test.xml file as well, which was overriding the default logging rules specified inside $DRILL_HOME/conf/logback.xml file. Due to this no log prints were getting appended to Drillbit log files: drillbit.log and drillbit.out file. If you see this issue please use the below PR to resolve it until its merged.


JIRA: https://issues.apache.org/jira/browse/DRILL-6311

PR: https://github.com/apache/drill/pull/1202



Thanks,
Sorabh