After the recent changes in v4, running even a simple project (e.g., blank CheerioCrawler JS template) will log the following message as the first log line:
WARN Implicit creation of event manager will implicitly set configuration as a side effect. It is advised to explicitly first set the configuration instead.
This can confuse beginners (and perhaps surprise veterans migrating from v3 to v4), as it imo implies that something has changed about the way the project is supposed to be set up.
Is setting Configuration explicitly expected now (even in the default case)?
After the recent changes in
v4, running even a simple project (e.g., blankCheerioCrawlerJS template) will log the following message as the first log line:This can confuse beginners (and perhaps surprise veterans migrating from
v3tov4), as it imo implies that something has changed about the way the project is supposed to be set up.Is setting
Configurationexplicitly expected now (even in the default case)?