Skip to content

Commit

Permalink
Revert "Set webservice template log level to TRACE"
Browse files Browse the repository at this point in the history
This reverts commit f7582f9.
  • Loading branch information
bencalegari committed Dec 8, 2021
1 parent f7582f9 commit 1fad64c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,10 @@ logging:
org.apache.pdfbox.cos: ERROR
org.apache.pdfbox.pdmodel.font: ERROR
org.springframework.web: ERROR
org.springframework.ws.client.MessageTracing.sent: TRACE
org.springframework.ws.server.MessageTracing.sent: TRACE
org.springframework.ws.client.MessageTracing.received: TRACE
org.springframework.ws.server.MessageTracing.received: 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

pagesConfig: pages-config.yaml

Expand Down

0 comments on commit 1fad64c

Please sign in to comment.