Skip to content

Commit

Permalink
Increase log level
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimprinzbach committed Jul 2, 2024
1 parent 04667fb commit 9042930
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ forwarded-header:
enabled: ${FORWARDED_HEADER_ENABLED:false}
server:
forward-headers-strategy: ${FORWARDED_HEADERS_STRATEGY:native}
logging:
level:
org:
springframework:
security: DEBUG
2 changes: 1 addition & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</bal-list>
</bal-content>
</main>
<div th:insert="footer :: footer"></div>
<div th:insert="~{footer :: footer}"></div>
</bal-app>
</body>
</html>
2 changes: 1 addition & 1 deletion src/main/resources/templates/todos.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</bal-content>
</div>
</main>
<div th:insert="footer :: footer"></div>
<div th:insert="~{footer :: footer}"></div>
</bal-app>
</body>
</html>

0 comments on commit 9042930

Please sign in to comment.