Skip to content

Commit

Permalink
Update doc/parameters.md
Browse files Browse the repository at this point in the history
Co-authored-by: porueesq <43811485+porueesq@users.noreply.github.com>
  • Loading branch information
eloycoto and porueesq committed Jan 11, 2021
1 parent 8e274c1 commit 6326c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion t/apicast-policy-logging.t
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6326c2c

Please sign in to comment.