Skip to content

Commit

Permalink
chore: debug logging for sql query generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jaflaten committed Nov 23, 2024
1 parent 9864207 commit 0f1f957
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ spring:
maximum-pool-size: 3
main:
allow-bean-definition-overriding: true

jpa:
properties:
hibernate:
show_sql: true
format_sql: true
KAFKA_TRUSTSTORE_PATH: ""
KAFKA_CREDSTORE_PASSWORD: ""
KAFKA_SECURITY_PROTOCOL: "PLAINTEXT"
Expand Down

0 comments on commit 0f1f957

Please sign in to comment.