Skip to content

Commit

Permalink
Temp debug logging myconext
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Jan 28, 2025
1 parent 77efb55 commit 5d063da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/myconext/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions roles/myconext/templates/logback.xml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</appender>

<logger name="myconext" level="INFO" />
<logger name="org.springframework.security" level="DEBUG" />
<logger name="tiqr.org" level="INFO" />
<logger name="io.changock" level="INFO" />

Expand Down

0 comments on commit 5d063da

Please sign in to comment.