Skip to content

Commit

Permalink
feat(frontend): Remove debug flag from start script (#9075)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro93 authored Oct 23, 2023
1 parent 04216e3 commit 633e6d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/datahub-frontend/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export JAVA_OPTS="-Xms512m \
-Djava.security.auth.login.config=datahub-frontend/conf/jaas.conf \
-Dlogback.configurationFile=datahub-frontend/conf/logback.xml \
-Dlogback.debug=false \
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 \
${PROMETHEUS_AGENT:-} ${OTEL_AGENT:-} \
${TRUSTSTORE_FILE:-} ${TRUSTSTORE_TYPE:-} ${TRUSTSTORE_PASSWORD:-} \
${HTTP_PROXY:-} ${HTTPS_PROXY:-} ${NO_PROXY:-} \
Expand Down

0 comments on commit 633e6d6

Please sign in to comment.