Github user SolidWallOfCode commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/274#discussion_r36881282
--- Diff: doc/reference/configuration/records.config.en.rst ---
@@ -214,6 +214,28 @@ A value of ``0`` means no signal will be sent.
The name and location of the file that contains warnings, status
messages, and error messages produced by the Traffic Server
processes. If no path is specified, then Traffic Server creates the
file in its logging directory.
+.. ts:cv:: CONFIG proxy.config.output.logfile.rolling_enabled INT 0
+ :reloadable:
+
+ Specifies how the output log is rolled. You can specify the following
values:
+
+ - ``0`` = disables output log rolling
+ - ``1`` = enables output log rolling at specific intervals (specified
with the
+ `proxy.config.output.logfile.rolling_interval_sec`_ variable). The
"clock" starts ticking on Traffic Server boot
--- End diff --
ts:cv:`proxy.config.output.logfile.rolling_interval_sec`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---