From 0c9957a2af4a46cd105255aac43f2d2f4708749e Mon Sep 17 00:00:00 2001 From: rpanchyk Date: Mon, 7 Sep 2020 12:05:21 +0300 Subject: [PATCH] Fix doc --- docs/endpoints/logging/httpinteraction.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/endpoints/logging/httpinteraction.md b/docs/endpoints/logging/httpinteraction.md index e81b069837a..1bded596079 100644 --- a/docs/endpoints/logging/httpinteraction.md +++ b/docs/endpoints/logging/httpinteraction.md @@ -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).