Skip to content

Commit

Permalink
log fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Apr 18, 2024
1 parent bf27d95 commit c1e56ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ waitFor cache-db cache-db 5432
waitFor rabbit "$GLOBAL_RABBIT_HOST" "${GLOBAL_RABBIT_PORT:-5672}"
waitFor minio "$S3_HOST" "$S3_PORT"

exec java -jar -XX:+CrashOnOutOfMemoryError $JVM_MEM_ARGS $JVM_ARGS -Djdk.httpclient.HttpClient.log= /service.jar
exec java -jar -XX:+CrashOnOutOfMemoryError $JVM_MEM_ARGS $JVM_ARGS -Djdk.httpclient.HttpClient.log=errors,headers /service.jar

0 comments on commit c1e56ce

Please sign in to comment.