From 04589392cb83a139b7b3593e0cf7ce19d1d29c2d Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Sun, 9 Mar 2025 21:07:29 +0100 Subject: [PATCH] fix: removed debug logging --- MyINPulse-back/src/test/resources/application.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MyINPulse-back/src/test/resources/application.properties b/MyINPulse-back/src/test/resources/application.properties index bebfacd..a27c24b 100644 --- a/MyINPulse-back/src/test/resources/application.properties +++ b/MyINPulse-back/src/test/resources/application.properties @@ -6,6 +6,5 @@ spring.sql.init.mode=never spring.application.name=myinpulse-test 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.jpa.hibernate.ddl-auto=update -logging.pattern.console=%d{yyyy-MMM-dd HH:mm:ss.SSS} [%thread] %highlight(%-5level) %cyan(%logger{15}) - %msg %n +logging.pattern.console=%d{yyyy-MMM-dd HH:mm:ss.SSS} [%thread] %highlight(%-5level) %cyan(%logger{15}) - %msg %n \ No newline at end of file