1
0

dependency-version-upgrade to spring-boot-3.5.5 and others (#196)

Co-authored-by: Michael Hoennig <michael@hoennig.de>
Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/196
This commit is contained in:
Michael Hoennig
2025-09-09 12:00:44 +02:00
parent 27b4f59a97
commit 942b7a047e
3 changed files with 22 additions and 14 deletions
+3 -1
View File
@@ -75,7 +75,9 @@ metrics:
# HOWTO set logging-levels for certain Java packages (trace, debug, info, warn, error)
logging:
level:
org.springframework.security: info
# org.springframework.security: info
# org.hibernate.SQL: DEBUG # Enable SQL query logging
# org.hibernate.orm.jdbc.bind: TRACE # Enable SQL parameter binding logging
# org.springframework.web: DEBUG
# org.springframework.web.method.annotation: DEBUG
# org.springframework.validation: DEBUG