Merge pull request #23 from rasilon/dev

Fix log file param
This commit is contained in:
Derry Hamilton 2023-07-12 09:49:06 +01:00 committed by GitHub
commit 1ce7e09751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

0
build_util/push_docker_images Normal file → Executable file
View file

View file

@ -30,7 +30,7 @@ fi
/usr/bin/java \
-Xms1g \
-Xmx2g \
-Dlog4j.configuration=file:"$LOG_PROPS" \
-Dlog4j.configurationFile="$LOG_PROPS" \
-cp /usr/share/ujetl/lib/CopyingApp.jar \
com.rasilon.ujetl.CopyingApp \
--config "/etc/ujetl/${JOBNAME}_config_live.xml"