Closed pcolmer closed 8 years ago
What is the content of "shared/importer-config.xml"? The file name suggests an <importer>
section. If so, that means you probably have 2 <importer>
section so the second one is ignored (the one with DebugTagger in it). Please confirm.
Thanks for spotting that! That will teach me to re-use one of the examples without fully understanding it :)
Just a suggestion: perhaps the code could emit a warning if there are multiple sections encountered and only one is supported?
Removing the included content does indeed get my bits working.
Glad it is working now. As for being notified when the config is invalid, there is currently a feature request for this, which you can track here: #27.
I've got the following as my crawler configuration:
When I run the code, though, nothing appears in the output from the DebugTagger.
log4j is set to have the main output on DEBUG:
The documentation for DebugTagger says the list of fields is optional, so I'm expecting everything to get dumped in the output/log, but I'm not seeing anything.