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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to