Hi! Is there an easy way to redirect a python logger to the prefect logger - so the logs would show up in console?
I am using a 3rd part library, which uses its own logger (from the standard logging library), and I would want to see its logs in prefect console as well