Hello all! Quick question: is it possible to pass ...
# ask-community
m
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
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