Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make clear the implicit relationship between configs #1588

Merged
merged 1 commit into from
Mar 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/admin-guide/files/records.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2639,6 +2639,11 @@ Logging Configuration

The maximum amount of time before data in the buffer is flushed to disk.

.. note::

The effective lower bound to this config is whatever :ts:cv:`proxy.config.log.periodic_tasks_interval`
is set to.

.. ts:cv:: CONFIG proxy.config.log.max_space_mb_for_logs INT 25000
:units: megabytes
:reloadable:
Expand Down