Skip to content

Commit 977c084

Browse files
DSP-11638: Update setEnv to point to Logback file
Previously the setEnv pointed towards a non-existent log4j file. We use the logback-server xml file so the LOGGING_OPTIONS were changed accordingly.
1 parent 0c171a7 commit 977c084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/setenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ -z "$LOG_DIR" ]; then
4343
fi
4444
mkdir -p $LOG_DIR
4545

46-
LOGGING_OPTS="-Dlog4j.configuration=file:$appdir/log4j-server.properties
46+
LOGGING_OPTS="-Dlogback.configurationFile=file:$appdir/logback-server.xml
4747
-DLOG_DIR=$LOG_DIR"
4848

4949
# For Mesos

0 commit comments

Comments
 (0)