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.
2 parents 0c171a7 + d06e4e7 commit c9836a5Copy full SHA for c9836a5
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
version.sbt
@@ -1,3 +1,3 @@
1
-def currentVersion: String = ("git describe --tags --match v*" !!).trim.substring(1)
+def currentVersion: String = ("git describe --tags" !!).trim
2
3
version in ThisBuild := currentVersion
0 commit comments