You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The middlewares when included in the SPIDER_MIDDLEWARES setting causes error from the callbacks to be truncated and shown like below
After I remove this middleware, the logs are shown with full traceback, showing which line cause the specific errors, which is the intentional behaviour.
The text was updated successfully, but these errors were encountered:
gutsytechster
changed the title
Fix CrawlingLogsMiddleware
CrawlingLogsMiddleware truncating logs
Sep 18, 2024
The middlewares when included in the
SPIDER_MIDDLEWARES
setting causes error from the callbacks to be truncated and shown like belowAfter I remove this middleware, the logs are shown with full traceback, showing which line cause the specific errors, which is the intentional behaviour.
The text was updated successfully, but these errors were encountered: