You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/05/28 03:19:51 UTC

trafficserver git commit: Add an important feature of TSTextLogObjectRollingEnabledSet

Repository: trafficserver
Updated Branches:
  refs/heads/master 48b98be2d -> a266f6a5a


Add an important feature of TSTextLogObjectRollingEnabledSet


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/a266f6a5
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/a266f6a5
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/a266f6a5

Branch: refs/heads/master
Commit: a266f6a5a3b8f203050ef0e7c47b62eb62651637
Parents: 48b98be
Author: Leif Hedstrom <zw...@apache.org>
Authored: Wed May 27 19:19:45 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Wed May 27 19:19:45 2015 -0600

----------------------------------------------------------------------
 doc/reference/api/TSTextLogObjectCreate.en.rst | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a266f6a5/doc/reference/api/TSTextLogObjectCreate.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/api/TSTextLogObjectCreate.en.rst b/doc/reference/api/TSTextLogObjectCreate.en.rst
index a3265aa..63822cb 100644
--- a/doc/reference/api/TSTextLogObjectCreate.en.rst
+++ b/doc/reference/api/TSTextLogObjectCreate.en.rst
@@ -49,6 +49,11 @@ values. If :func:`TSTextLogObjectRollingEnabledSet` is never called,
 the log object takes it's log rolling mode from the global
 :ts:cv:`proxy.config.log.rolling_enabled` setting.
 
+It's also important to call :func:`TSTextLogObjectRollingEnabledSet` before
+any of the other APIs that modifies the rolling object. This is due to the
+fact that this API dictates which rolling mode should be used, and therefore
+affects further modifications of the logging object.
+
 See also
 ========