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