Skip to content

Commit b96753c

Browse files
committed
Enable logback config related logs
1 parent da64639 commit b96753c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quotes-backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ FROM gcr.io/distroless/java17:nonroot
2222
COPY --from=build --chown=nonroot:nonroot /home/gradle/src/build/libs/quotes-backend-*.jar /app/quotes-backend.jar
2323
WORKDIR /app
2424
# TLS Config works around an issue in OpenJDK... See: https://github.com/kubernetes-client/java/issues/854
25-
ENTRYPOINT [ "java", "-Djdk.tls.client.protocols=TLSv1.2", "-Dlogback.statusListenerClass=ch.qos.logback.core.status.NopStatusListener", "-jar", "/app/quotes-backend.jar" ]
25+
ENTRYPOINT [ "java", "-Djdk.tls.client.protocols=TLSv1.2", "-jar", "/app/quotes-backend.jar" ]

0 commit comments

Comments
 (0)