Skip to content

Commit

Permalink
fix: jans-linux-setup config-api default file (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Feb 28, 2022
1 parent f319dbf commit 86ff007
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JETTY_USER=%(jetty_user)s
JETTY_ARGS="jetty.http.host=localhost jetty.http.port=8074"
TMPDIR=%(jetty_dist)s/temp

LOG4J_CONFIG_FILES = "";
LOG4J_CONFIG_FILES="";
for filename in $JETTY_BASE/custom/config/log4j2*.xml; do
LOG4J_CONFIG_FILES="${LOG4J_CONFIG_FILES}${LOG4J_CONFIG_FILES:+,}$filename"
done
Expand Down

0 comments on commit 86ff007

Please sign in to comment.