RED-6467: Added config to see more information about transactions in the logs

This commit is contained in:
Viktor Seifert 2023-04-19 12:35:05 +02:00
parent 9295725adc
commit fd03adefd6

View File

@ -166,7 +166,16 @@ springdoc:
path: /redaction-gateway-v1/docs?tenantId=redaction
enabled: ${swagger.enabled}
pre-loading-enabled: true
packages-to-scan: ['com.iqser.red.persistence.service.v1.external.api']
packages-to-scan: [ 'com.iqser.red.persistence.service.v1.external.api' ]
swagger:
enabled: true
# TODO remove after testing
log4j:
logger:
org:
springframework:
orm:
jpa: INFO
transaction: INFO