diff --git a/doc/parameters.md b/doc/parameters.md index d962284de..835b0bb65 100644 --- a/doc/parameters.md +++ b/doc/parameters.md @@ -110,8 +110,8 @@ Defines the file that will store the access logs. **Values:** integer **Default**: nil -Allows access log writes to be writes in chunks on bytes, so less system calls -that improves the performance of the whole gateway. +Allows access log writes to be included in chunks of bytes, resulting on fewer system calls +that improve the performance of the whole gateway. ### `APICAST_OIDC_LOG_LEVEL` diff --git a/t/apicast-policy-logging.t b/t/apicast-policy-logging.t index cfc8ebe2e..57fb9be7d 100644 --- a/t/apicast-policy-logging.t +++ b/t/apicast-policy-logging.t @@ -587,7 +587,7 @@ OK [error] === TEST 14: APICAST_ACCESS_LOG_BUFFER env parameter -When buffer is enabled, log will be bump in chunks +When buffer is enabled, log will be bumped in chunks --- env eval ('APICAST_ACCESS_LOG_BUFFER' => '1k') --- configuration