This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  6a88eb9   Make clear the implicit relationship between configs
6a88eb9 is described below

commit 6a88eb9c217150446616bf391aa022c294568c30
Author: Daniel Xu <[email protected]>
AuthorDate: Thu Mar 16 10:35:21 2017 -0500

    Make clear the implicit relationship between configs
    
    `periodic_tasks_interval` is the gatekeeper for all periodic tasks.
    Meaning, the implicit lower bound for all other log related periodic
    intervals is the value of `periodic_tasks_interval`.
---
 doc/admin-guide/files/records.config.en.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/admin-guide/files/records.config.en.rst 
b/doc/admin-guide/files/records.config.en.rst
index e96b45e..73416f1 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -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:

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to