gaozhangmin commented on code in PR #15670:
URL: https://github.com/apache/pulsar/pull/15670#discussion_r877703843


##########
bin/pulsar:
##########
@@ -48,6 +52,8 @@ PRESTO_HOME=${PULSAR_HOME}/lib/presto
 # Check bookkeeper env and load bkenv.sh
 if [ -f "$PULSAR_HOME/conf/bkenv.sh" ]
 then
+    BOOKIE_LOG_DIR=${BOOKIE_LOG_DIR:-"${PULSAR_LOG_DIR}"}

Review Comment:
   In pulsar-daemon.sh BOOKIE_LOG_DIR  is unified to 
`PULSAR_LOG_DIR=${BOOKIE_LOG_DIR:-"$PULSAR_HOME/logs"}` . Here, BOOKIE_LOG_DIR 
is useless.



-- 
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]

Reply via email to