You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/09/10 06:49:50 UTC

[GitHub] [apisix] membphis commented on a change in pull request #2205: doc: add option `include_req_body`

membphis commented on a change in pull request #2205:
URL: https://github.com/apache/apisix/pull/2205#discussion_r486103749



##########
File path: doc/plugins/syslog.md
##########
@@ -47,6 +47,7 @@ This will provide the ability to send Log data requests as JSON objects.
 |max_retry_times|optional       |Max number of retry times after a connect to a log server failed or send log messages to a log server failed.|
 |retry_interval|optional       |The time delay (in ms) before retry to connect to a log server or retry to send log messages to a log server, default to 100 (0.1s).|
 |pool_size    |optional       |Keepalive pool size used by sock:keepalive. Default to 10.|
+|include_req_body|optional      |Return request body besides head; default is false|

Review comment:
       "Return request body besides head;"
   ->
   "Whether to include the request body, the default is false, which means it is not included."




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org