Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.13.0
-
None
Description
In drill-env.sh we have the following incorrect line:
#export DRILL_LOG_DIR=${DRILL_LOG_DIR:-$DRILL_HOME/conf}
It should be:
#export DRILL_LOG_DIR=${DRILL_LOG_DIR:-$DRILL_HOME/log}
Attachments
Issue Links
- links to