You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/09/05 06:31:24 UTC

[jira] [Commented] (TS-3059) Logging API is missing a TSTextLogObjectRollingSizeMbSet()

    [ https://issues.apache.org/jira/browse/TS-3059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14122401#comment-14122401 ] 

ASF GitHub Bot commented on TS-3059:
------------------------------------

GitHub user b1v1r opened a pull request:

    https://github.com/apache/trafficserver/pull/107

    TS-3059 Add missing TSTextLogObjectRollingSizeMbSet API function.

    Trivial patch for TS-3059 to add the missing TSTextLogObjectRollingSizeMbSet API function.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/b1v1r/trafficserver master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/107.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #107
    
----
commit 5a1a810bf9ccd63c5c8e74c7db84ff5f93162cfa
Author: Brian Rectanus <br...@qualys.com>
Date:   2014-09-05T04:28:29Z

    TS-3059 Add missing TSTextLogObjectRollingSizeMbSet API function.

----


> Logging API is missing a TSTextLogObjectRollingSizeMbSet()
> ----------------------------------------------------------
>
>                 Key: TS-3059
>                 URL: https://issues.apache.org/jira/browse/TS-3059
>             Project: Traffic Server
>          Issue Type: New Feature
>          Components: Logging, TS API
>            Reporter: Brian Rectanus
>             Fix For: sometime
>
>
> These all exist, but seems to be missing the API to set rolling size:
> * Enabled: TSTextLogObjectRollingEnabledSet()
> * Interval: TSTextLogObjectRollingIntervalSecSet()
> * Hour: TSTextLogObjectRollingOffsetHrSet()
> It seems the rolling size can only be set globally in records.config (proxy.config.log.rolling_size_mb) and in the logs_xml.config (<RollingSizeMb = "size_in_MB"/>).
> Please add the missing TSTextLogObjectRollingSizeMbSet() API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)