Skip to content

Commit

Permalink
fix: remove log4j2.debug=true from config-api cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Dec 30, 2021
1 parent a9cbe95 commit 40152e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/jetty/jans-config-api
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ for filename in $JETTY_BASE/custom/config/log4j2*.xml; do
LOG4J_CONFIG_FILES="${LOG4J_CONFIG_FILES}${LOG4J_CONFIG_FILES:+,}$filename"
done

JAVA_OPTIONS="-server -Xms%(jans-config-api_min_heap_mem)sm -Xmx%(jans-config-api_max_heap_mem)sm -XX:+DisableExplicitGC -Djans.base=%(jansBaseFolder)s -Dserver.base=%(jetty_base)s/jans-config-api -Dlog.base=%(jetty_base)s/jans-config-api -Dpython.home=%(jython_home)s -Dlog4j.configurationFile=$LOG4J_CONFIG_FILES -Dlog4j2.debug=true"
JAVA_OPTIONS="-server -Xms%(jans-config-api_min_heap_mem)sm -Xmx%(jans-config-api_max_heap_mem)sm -XX:+DisableExplicitGC -Djans.base=%(jansBaseFolder)s -Dserver.base=%(jetty_base)s/jans-config-api -Dlog.base=%(jetty_base)s/jans-config-api -Dpython.home=%(jython_home)s -Dlog4j.configurationFile=$LOG4J_CONFIG_FILES"

export PYTHON_HOME=%(jython_home)s

0 comments on commit 40152e0

Please sign in to comment.