abhishekagarwal87 commented on code in PR #12570:
URL: https://github.com/apache/druid/pull/12570#discussion_r888611015
##########
examples/bin/run-druid:
##########
@@ -42,7 +42,7 @@ if [ -z "$JAVA_BIN" ]; then
exit 1
fi
-LOG_DIR="${DRUID_LOG_DIR:=${WHEREAMI}/log}"
+LOG_DIR="${DRUID_LOG_DIR:=${WHEREAMI}/../log}"
Review Comment:
I just tried it myself and the log is indeed getting generated at
`$DRUID_HOME/bin/log` even if I run the script outside `bin` folder. I am going
to merge this and get it into `0.23.0` branch to make the RC build.
@FrankChen021 - if you find anything different in your testing, please do
let us know. If any changes need to be made, we can do it in a follow-up PR.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]