https://prefect.io logo
m

Manuel Mourato

01/28/2021, 5:04 PM
Hello all! Quick question: is it possible to pass a logger.xml file to Prefect logger? I want to implement log rotation for each task in my pipeline Thank you!
z

Zanie

01/28/2021, 5:05 PM
Hi @Manuel Mourato — there’s no built-in support for that but you can add handlers to any Python logger https://docs.python.org/3/howto/logging.html