FrankChen021 commented on code in PR #12570:
URL: https://github.com/apache/druid/pull/12570#discussion_r887441751
##########
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 remember that
- if `bin/start-micro-quickstart` is executed at `$DRUID_HOME`, the log is
generated at `$DRUID_HOME/log`.
- If the script is started at the `bin` directory, that is
`$DRUID_HOME/bin`, the log is definitely generated at `$DRUID_HOME/bin/log`.
This dir is what you think not a good place to save the logs.
Let me check again.
--
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]