FrankChen021 commented on code in PR #12570:
URL: https://github.com/apache/druid/pull/12570#discussion_r888790071
##########
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:
Sorry for the late reply due to busy work.
I started the `bin/start-micro-quickstart` at the druid home directory, it
turned out that log files are generated at `bin\log` which is not my intention.
I remember that they should be under `$DRUID_HOME/log`, but they're not. Maybe
my memory is wrong.
Based on current behaviour, this PR fixes the problem. Thank you @gianm for
fixing this.
--
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]