wispy-oliveW
Apify & Crawlee3y ago
6 replies
wispy-olive

change INFO CheerioCrawler

Hello, is it possible to change the standard INFO output of CheerioCrawler? I looked at the documentation but these methods didn't work https://crawlee.dev/api/core/class/Log
The log instance enables level aware logging of messages and we advise
to use it instead of
console.log()
and its aliases in most development
scenarios.

A very useful use case for
log
is using
log.debug
liberally throughout
the codebase to get useful logging messages only when appropriate log level is set
and keeping the console tidy in p...
Log | API | Crawlee
Was this page helpful?