Skip to content

Commit

Permalink
Added trace log for rest calls
Browse files Browse the repository at this point in the history
[#182142434]
  • Loading branch information
touhidk committed May 24, 2022
1 parent 3001358 commit 0e775d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ logging:
org.apache.pdfbox.cos: ERROR
org.apache.pdfbox.pdmodel.font: ERROR
org.springframework.web: ERROR
org.springframework.web.client.RestTemplate: TRACE
org.springframework.ws.client.MessageTracing.sent: DEBUG
org.springframework.ws.server.MessageTracing.sent: DEBUG
org.springframework.ws.client.MessageTracing.received: DEBUG
org.springframework.ws.server.MessageTracing.received: DEBUG
org.springframework.web.client.RestTemplate: TRACE
org.springframework.context.event.EventListener: TRACE

pagesConfig: pages-config.yaml
Expand Down

0 comments on commit 0e775d5

Please sign in to comment.