Skip to content

Commit c9836a5

Browse files
Merge pull request #7 from riptano/DSP-11638
DSP-11638: Update setEnv to point to Logback file
2 parents 0c171a7 + d06e4e7 commit c9836a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
def currentVersion: String = ("git describe --tags --match v*" !!).trim.substring(1)
1+
def currentVersion: String = ("git describe --tags" !!).trim
22

33
version in ThisBuild := currentVersion

0 commit comments

Comments
 (0)