Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: If custom logger is set, pass to the AutoScaledPool #673

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aayusharyan
Copy link

Description

Even if I use a custom logger object to set the logs in my Crawlee instance, for the AutoScaled logs, it still uses the default logger. Ideally, when I am passing it to Crawlee, then it should also be internally shared across other subclasses.

Changed the AutoScaledPool constructor to also accept logger instance, if not sent, then create a new logger.

Issues

Can be loosely said to improve logging for (#157)

Testing

Need a little help/time to figure out why test_emit_system_info_event is breaking.

Checklist

  • CI passed

@aayusharyan aayusharyan changed the title If custom logger is set, pass to the AutoScaledPool feat: If custom logger is set, pass to the AutoScaledPool Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant