You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Charles E. Rolke (Jira)" <ji...@apache.org> on 2020/09/24 13:40:00 UTC

[jira] [Created] (DISPATCH-1781) Scraper could inject any log module output into data web page

Charles E. Rolke created DISPATCH-1781:
------------------------------------------

             Summary: Scraper could inject any log module output into data web page
                 Key: DISPATCH-1781
                 URL: https://issues.apache.org/jira/browse/DISPATCH-1781
             Project: Qpid Dispatch
          Issue Type: Improvement
          Components: Tools
    Affects Versions: 1.14.0
            Reporter: Charles E. Rolke
            Assignee: Charles E. Rolke
             Fix For: 1.15.0


Add command line settings to specify a list of log modules instead of hard-coding 'SCRAPER' as the injected log module. These log module statements are injected verbatim into the main scraper web page.

Command line adds:
{code:java}
  --log-modules LOG_MODULES, -lm LOG_MODULES
                        Include list of named modules log entries in main log
                        display. Specify multiple modules as a CSV string.
                        Defaults to "SCRAPER"
{code}
 

This will be useful for upcoming protocol adaptors.
{code:java}
scraper --log-modules TCP_ADAPTOR -f *.log > test.html
firefox test.html
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org