browsertrix icon indicating copy to clipboard operation
browsertrix copied to clipboard

Add behavior logs from Redis to database and add endpoint to serve

Open tw4l opened this issue 7 months ago • 0 comments

Backend work for #2524

This PR adds a second dedicated endpoint similar to /errors, as a combined log endpoint would give a false impression of being the complete crawl logs (which is far from what we're serving in Browsertrix at this point).

Eventually when we have support for streaming live crawl logs in crawls/<id>/logs I'd ideally like to deprecate these two dedicated endpoints in favor of using that, but for now this seems like the best solution.

tw4l avatar Mar 31 '25 21:03 tw4l