Mercurial > dive4elements > river
comparison artifacts/bin/run.sh @ 9724:654aaa0d7576 3.2.x
Rely on log4j's default initialization procedure
This should make upgrading to Log4j 2.x easier.
In passing, use latest Log4j 1.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 25 Feb 2022 17:13:49 +0100 |
parents | 522c46c53861 |
children | 0a5239a1e46e |
comparison
equal
deleted
inserted
replaced
9723:de83690667fe | 9724:654aaa0d7576 |
---|---|
19 -Djava.io.tmpdir="$DIR/cache" \ | 19 -Djava.io.tmpdir="$DIR/cache" \ |
20 -Dflys.uesk.keep.artifactsdir=false \ | 20 -Dflys.uesk.keep.artifactsdir=false \ |
21 -Dwsplgen.bin.path="$DIR/bin/wsplgen" \ | 21 -Dwsplgen.bin.path="$DIR/bin/wsplgen" \ |
22 -Dwsplgen.log.output=false \ | 22 -Dwsplgen.log.output=false \ |
23 -Dartifact.database.dir="$DIR/conf" \ | 23 -Dartifact.database.dir="$DIR/conf" \ |
24 -Dlog4j.configuration="file://$DIR/conf/log4j.properties" \ | |
24 $APP | 25 $APP |