RED-6467: Added config to see more information about transactions in the logs
This commit is contained in:
parent
9295725adc
commit
fd03adefd6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user