Skip to content

Commit

Permalink
More trace logging with profile "trace"
Browse files Browse the repository at this point in the history
This makes it easier tracing problems with HTTP requests if they are
rejected by Spring.
  • Loading branch information
afranken committed Sep 27, 2024
1 parent 9a76b56 commit ba9a0d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main/resources/application-trace.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@

logging.level.root=trace
logging.level.org.springframework.web=trace
spring.mvc.log-request-details=true

0 comments on commit ba9a0d9

Please sign in to comment.