Currently the crawler is instantiated with a log configuration and then internally creates a logger instance based on that configuration.
Instead, the crawler should expect a ready instance of a log and not care about any instantiation details.
This is a preliminary step to make the log an external package and maintain it outside the scraper.
Currently the crawler is instantiated with a log configuration and then internally creates a logger instance based on that configuration.
Instead, the crawler should expect a ready instance of a log and not care about any instantiation details.
This is a preliminary step to make the log an external package and maintain it outside the scraper.