From 5d063daf7781cad618a3635b76ef7d2425fbe9ed Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Tue, 28 Jan 2025 09:45:50 +0100 Subject: [PATCH] Temp debug logging myconext --- roles/myconext/templates/application.yml.j2 | 2 +- roles/myconext/templates/logback.xml.j2 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/myconext/templates/application.yml.j2 b/roles/myconext/templates/application.yml.j2 index d6889691a..b7396b912 100644 --- a/roles/myconext/templates/application.yml.j2 +++ b/roles/myconext/templates/application.yml.j2 @@ -3,7 +3,7 @@ logging: level: org.springframework.data.mongodb: INFO org.springframework.data.convert: INFO - org.springframework.security: INFO + org.springframework.security: DEBUG server: # The port to where this Spring Boot application listens to. diff --git a/roles/myconext/templates/logback.xml.j2 b/roles/myconext/templates/logback.xml.j2 index 57b0ab15f..a432ab64f 100644 --- a/roles/myconext/templates/logback.xml.j2 +++ b/roles/myconext/templates/logback.xml.j2 @@ -9,6 +9,7 @@ +