Commit b5abefe
committed
feat: add result collection debug logging
Add debug output before each result fetch showing:
- Current offset position
- Configured limit (page size)
- Total events collected so far
This provides visibility into the result collection loop when
troubleshooting search behavior. Output uses distinct sourcetype
'goatsearch:debug' for easy filtering.
Zero overhead when debug=False.1 parent b1bb7bc commit b5abefe
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
357 | 366 | | |
358 | 367 | | |
359 | 368 | | |
| |||
0 commit comments