Skip to content

Commit

Permalink
Added show sql commented properties
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 13, 2024
1 parent 2f9b881 commit cd82e33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ logging:
org.mariadb.jdbc.message.server: ERROR
org.springframework.security: INFO
access: DEBUG
# sql: DEBUG

Check warning on line 9 in server/src/main/resources/application.yml

View workflow job for this annotation

GitHub Actions / Test documentation and generate openapi html documentation

9:1 [comments-indentation] comment not indented like content
# org.hibernate.type.descriptor.sql.BasicBinder: TRACE
# org.hibernate.orm.jdbc.bind: TRACE
threshold:
# console: TRACE

Check warning on line 13 in server/src/main/resources/application.yml

View workflow job for this annotation

GitHub Actions / Test documentation and generate openapi html documentation

13:1 [comments-indentation] comment not indented like content
console: WARN

server:
Expand Down

0 comments on commit cd82e33

Please sign in to comment.