Troubleshooting & FAQΒΆ
Something is not working properly. How can I debug it?
You can add debug step before or after the step, which is problematic.
{
"step": "debugger",
"type": "log_fields",
"fields": ["body"],
"log_level": "warning"
}
As result you will see something similar to:
2022-06-21 10:22:37,087 : squirro.lib.nlp.steps.debuggers.fields_debugger : WARNING : ++++++++++++++++++++++++++++++++++++++++++++++++++++
2022-06-21 10:22:37,087 : squirro.lib.nlp.steps.debuggers.fields_debugger : WARNING : Logging fields for Document '0' (skipped=False)
2022-06-21 10:22:37,087 : squirro.lib.nlp.steps.debuggers.fields_debugger : WARNING : 'body' (truncated) ----> '<html><body><p>This is a fake Squirro Item. It is composed of a couple fake sentences.</p></body></h'
Note that the list of fields needs to be adjusted based on the steps before and after.