Skip to content

Commit a4c1ac6

Browse files
committed
Debug for migrations
1 parent 04bf933 commit a4c1ac6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

roles/myconext/templates/application.yml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ logging:
44
org.springframework.data.mongodb: INFO
55
org.springframework.data.convert: INFO
66
org.springframework.security: DEBUG
7+
io.mongock: DEBUG
78

89
server:
910
# The port to where this Spring Boot application listens to.

roles/myconext/templates/logback.xml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<logger name="myconext" level="DEBUG" />
1212
<logger name="org.springframework.security" level="WARN" />
1313
<logger name="tiqr.org" level="INFO" />
14-
<logger name="io.changock" level="INFO" />
14+
<logger name="io.changock" level="DEBUG" />
1515

1616
<root level="WARN">
1717
<appender-ref ref="STDOUT" />

0 commit comments

Comments
 (0)