From 3de7ebe2b10bc9117db5055b876892a3a5f8f691 Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Sun, 9 Mar 2025 20:21:32 +0100 Subject: [PATCH] fix: remoed debug logging --- MyINPulse-back/src/main/resources/application.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/MyINPulse-back/src/main/resources/application.properties b/MyINPulse-back/src/main/resources/application.properties index a6e039e..043c22b 100644 --- a/MyINPulse-back/src/main/resources/application.properties +++ b/MyINPulse-back/src/main/resources/application.properties @@ -1,7 +1,6 @@ spring.application.name=myinpulse spring.security.oauth2.resourceserver.jwt.jwk-set-uri=http://localhost:7080/realms/test/protocol/openid-connect/certs spring.security.oauth2.resourceserver.jwt.issuer-uri=http://localhost:7080/realms/test -logging.level.org.springframework.security=DEBUG spring.datasource.url=jdbc:postgresql://${DATABASE_URL}/${BACKEND_DB} spring.datasource.username=${BACKEND_USER} spring.datasource.password=${BACKEND_PASSWORD}