disable all logs
Hello 👋 I'm using cheerio crawler and I want to disable all logs (I know this is strange but I have reverse engineered some mobile application and I don't want the URLs to be there in tbe logs when someone uses my actor)
How can I do that? : 🙏
2 Replies
you can try set level to OFF see here https://crawlee.dev/api/3.8/core/class/Log#setLevel
Thanks @HonzaS 🙌 Working!