You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2010/11/24 18:56:14 UTC

svn commit: r1038729 - in /trafficserver/site/trunk/docs/v2/sdk: INKTextLogObjectRollingEnabledSet.html INKTextLogObjectRollingIntervalSecSet.html INKTextLogObjectRollingOffsetHrSet.html

Author: igalic
Date: Wed Nov 24 17:56:14 2010
New Revision: 1038729

URL: http://svn.apache.org/viewvc?rev=1038729&view=rev
Log:
perl -p -i -e 's/\blog2\b/log/g' *.htm *.html  for TS-555

Modified:
    trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingEnabledSet.html
    trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingIntervalSecSet.html
    trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingOffsetHrSet.html

Modified: trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingEnabledSet.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingEnabledSet.html?rev=1038729&r1=1038728&r2=1038729&view=diff
==============================================================================
--- trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingEnabledSet.html (original)
+++ trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingEnabledSet.html Wed Nov 24 17:56:14 2010
@@ -33,7 +33,7 @@
               <code class="function">INKTextLogObjectRollingEnabledSet</code> is not
               called, then the default value  (specified in
               <code class="filename">records.config</code> by the parameter
-              <code><i>proxy.config.log2.rolling_enabled </i></code>)  is used.</p>
+              <code><i>proxy.config.log.rolling_enabled </i></code>)  is used.</p>
 <p>The rolling interval and offset can be specified via the
               APIs <code class="function">INKTextLogObjectRollingIntervalSecSet</code>
               and
@@ -52,7 +52,7 @@
 </tr>
 <tr><td align="left" valign="top"><p>If the maximum amount of disk space reserved for logs is
                 exhausted and if the parameter
-                <code class="varname"><i>proxy.config.log2.auto_delete_rolled_files </i></code>
+                <code class="varname"><i>proxy.config.log.auto_delete_rolled_files </i></code>
                 is enabled in <code class="filename">records.config</code>, then Traffic Server automatically deletes rolled
                 files  to free up
                 disk space.</p></td></tr>

Modified: trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingIntervalSecSet.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingIntervalSecSet.html?rev=1038729&r1=1038728&r2=1038729&view=diff
==============================================================================
--- trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingIntervalSecSet.html (original)
+++ trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingIntervalSecSet.html Wed Nov 24 17:56:14 2010
@@ -39,7 +39,7 @@
               <code class="function">INKTextLogObjectRollingIntervalSecSet</code> is
               not called, then the defaut value  (specified in
               <code class="filename">records.config</code> by parameter
-              <code class="varname"><i>proxy.config.log2.rolling_interval_sec </i></code>) is
+              <code class="varname"><i>proxy.config.log.rolling_interval_sec </i></code>) is
               used.</p>
 <p>The rolling offset can be specified using the API
               <code class="function">INKTextLogObjectRollingOffsetHrSet</code>.</p>

Modified: trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingOffsetHrSet.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingOffsetHrSet.html?rev=1038729&r1=1038728&r2=1038729&view=diff
==============================================================================
--- trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingOffsetHrSet.html (original)
+++ trafficserver/site/trunk/docs/v2/sdk/INKTextLogObjectRollingOffsetHrSet.html Wed Nov 24 17:56:14 2010
@@ -37,7 +37,7 @@
 <p>If <code class="function">INKTextLogObjectRollingOffsetHrSet</code>
               is not called, then the defaut value  (specified in
               <code class="filename">records.config</code> by parameter
-              <code class="varname"><i>proxy.config.log2.rolling_offset_hr </i></code>) is
+              <code class="varname"><i>proxy.config.log.rolling_offset_hr </i></code>) is
               used.</p>
 <p>The rolling interval can be specified using the API
               <code class="function">INKTextLogObjectRollingIntervalSecSet</code>.</p>