Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanchyk committed Sep 7, 2020
1 parent fe9c606 commit 0c9957a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/endpoints/logging/httpinteraction.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Enable HTTP interaction logging endpoint

This `/logging/httpinteraction` endpoint is bound to `admin.port`.

This endpoint turns on temporary logging of raw HTTP requests and responses, mainly for troubleshooting production issues.

Interaction is logged at `INFO` level using `http-interaction` logback logger so make sure this logger has at least
`INFO` or more verbose level set ([logback configuration](../../../src/main/resources/logback-spring.xml) bundled in JAR
file sets this logger to `INFO` level).
Expand Down

0 comments on commit 0c9957a

Please sign in to comment.