We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bf933 commit a4c1ac6Copy full SHA for a4c1ac6
2 files changed
roles/myconext/templates/application.yml.j2
@@ -4,6 +4,7 @@ logging:
4
org.springframework.data.mongodb: INFO
5
org.springframework.data.convert: INFO
6
org.springframework.security: DEBUG
7
+ io.mongock: DEBUG
8
9
server:
10
# The port to where this Spring Boot application listens to.
roles/myconext/templates/logback.xml.j2
@@ -11,7 +11,7 @@
11
<logger name="myconext" level="DEBUG" />
12
<logger name="org.springframework.security" level="WARN" />
13
<logger name="tiqr.org" level="INFO" />
14
- <logger name="io.changock" level="INFO" />
+ <logger name="io.changock" level="DEBUG" />
15
16
<root level="WARN">
17
<appender-ref ref="STDOUT" />
0 commit comments