You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2016/08/11 16:36:20 UTC

[jira] [Commented] (TS-4737) Remove XML log configuration

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

Leif Hedstrom commented on TS-4737:
-----------------------------------

Similar to TS-4740,it might be nice to produce a warning, informing people that their old configuration is ignore, and they need to copy over their formats to the Lua config. E.g.

{code}
    if (exists(logs_xml.config)) { /* pseudo code, obviously do it right */
        Warning("Ignoring the old logs_xml.config configuration, loading logging.config instead");
    }
{code}


> Remove XML log configuration
> ----------------------------
>
>                 Key: TS-4737
>                 URL: https://issues.apache.org/jira/browse/TS-4737
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Logging
>            Reporter: James Peach
>             Fix For: 7.0.0
>
>
> Remove all the XML log configuration code. Remove XML library dependencies. Clean up and relevant LogConfig code that is not needed any more (eg, the filters map, etc).



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