Skip to content

Commit 173eb37

Browse files
liaodnliaodongnian
andauthored
Resolve the issue of LOG_DIR environment variable not working (#171)
Co-authored-by: liaodongnian <[email protected]>
1 parent c07c2c0 commit 173eb37

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build/build-bifromq-starter/bin/standalone.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ set BIN_DIR=%~dp0
2727
for %%i in ("%BIN_DIR%\..") do (
2828
set BASE_DIR=%%~fi
2929
)
30-
set LOG_DIR=%BASE_DIR%\logs
30+
3131
set SCRIPT=%0
3232
set COMMAND=%1
3333
set FOREGROUND=%2

build/build-bifromq-starter/bin/standalone.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ BASE_DIR=$(
2323
cd "$(dirname "$0")"
2424
pwd
2525
)/..
26-
export LOG_DIR=$BASE_DIR/logs
2726

2827
if [ $# -lt 1 ]; then
2928
echo "USAGE: $0 {start|stop|restart} [-fg]"

0 commit comments

Comments
 (0)