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
fix(scrapy): make logging configuration idempotent (#954)
`initialize_logging` re-wrapped `scrapy.utils.log.configure_logging` on
every call, stacking wrappers when it ran more than once. The
monkey-patch is now installed at most once and reads the current handler
and level from a module-level state dict, so repeated initialization
stays correct without nesting wrappers.
Part of splitting the larger Scrapy integration fix
(`fix/scrapy-integration`) into reviewable pieces.
0 commit comments