You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "George Paul (JIRA)" <ji...@apache.org> on 2009/11/14 00:59:39 UTC

[jira] Updated: (TS-37) taglists: Debug and Action tags are vertical-bar separated list, not comma or colon separated

     [ https://issues.apache.org/jira/browse/TS-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul updated TS-37:
--------------------------

    Description: 
This is a minor old issue that has been around for a while. The Debug and Action tags are vertical-bar separated list, *NOT* comma or colon separated which is reported by the 'traffic_server' usage/help. This can confuse new developers. The example in 'records.config.in' is correct. Proper multiple wildcard tag usage from the command line is as follows:
  
  /usr/local/trafficserver/bin/traffic_server -T "http.\*|dns.\*"

Use with CAUTION as this is will affect *PERFOMANCE*.

-George

  was:
This is a minor old issue that has been around for a while. The Debug and Action tags are vertical-bar separated list, *NOT* comma or colon separated which is reported by the 'traffic_server' usage/help. This can confuse new developers. The example in 'records.config.in' is correct. Proper multiple wildcard tag usage from the command line is as follows:
  
  /usr/local/trafficserver/bin/traffic_server -T "http.*|dns.*"

Use with CAUTION as this is will affect *PERFOMANCE*.

-George


> taglists: Debug and Action tags are vertical-bar separated list, not comma or colon separated
> ---------------------------------------------------------------------------------------------
>
>                 Key: TS-37
>                 URL: https://issues.apache.org/jira/browse/TS-37
>             Project: Traffic Server
>          Issue Type: Bug
>    Affects Versions: 2.0a
>         Environment: ubuntu 9.04 x86 w/ gcc 4.3.3
>            Reporter: George Paul
>            Priority: Trivial
>
> This is a minor old issue that has been around for a while. The Debug and Action tags are vertical-bar separated list, *NOT* comma or colon separated which is reported by the 'traffic_server' usage/help. This can confuse new developers. The example in 'records.config.in' is correct. Proper multiple wildcard tag usage from the command line is as follows:
>   
>   /usr/local/trafficserver/bin/traffic_server -T "http.\*|dns.\*"
> Use with CAUTION as this is will affect *PERFOMANCE*.
> -George

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.