Description
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:
--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"
This will be useful for upcoming protocol adaptors.
scraper --log-modules TCP_ADAPTOR -f *.log > test.html firefox test.html