fierDeToiMonGrandF
Apify & Crawlee2mo ago
3 replies
fierDeToiMonGrand

how to suppress warning message of an

how to suppress warning message of an http crawler (crawlee), like I have set log.setLevel(log.LEVELS.OFF); and it still trows warning message saying

WARN  Request: We've encountered a POST Request with a payload. This is fine. Just letting you know that if your requests point to the same URL and differ only in method and payload, you should see the "useExtendedUniqueKey" option of Request constructor.


Like I know I could set the paremeter to remove the warning, but I explicitly don't want to use the parameter is there a way to supress the warning?
Was this page helpful?