Double log output
main.py logging works as expected, however in routes.py logging is printed twice for some reason.I did not setup any custom logging, I just use
Actor.log.info("STARTING A NEW CRAWL JOB")example:
If I add this in my
main.py (https://docs.apify.com/sdk/python/docs/concepts/logging) it prints everything from
main.py 2x, and everything from routes.py 3x.