Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2025 05:15 AM
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",
)