We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c171a7 commit 977c084Copy full SHA for 977c084
bin/setenv.sh
@@ -43,7 +43,7 @@ if [ -z "$LOG_DIR" ]; then
43
fi
44
mkdir -p $LOG_DIR
45
46
-LOGGING_OPTS="-Dlog4j.configuration=file:$appdir/log4j-server.properties
+LOGGING_OPTS="-Dlogback.configurationFile=file:$appdir/logback-server.xml
47
-DLOG_DIR=$LOG_DIR"
48
49
# For Mesos
0 commit comments