Thomas_Zhang
Databricks Partner

I am having the same problem. I am using a work-around currently but definitely would love to see a solution. 

FYI: here is my work-around:

logger.add(
f"{output_folder_path}/../logging/workflow_job1_{datetime_str}.log",
rotation='10 days',
retention="10 days",
level="DEBUG",
)