You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 6, 2025. It is now read-only.
I've been using datestamp in the log filename:
FILENAME = "%datetime{%Y%M%d}.log"
For long-running processes this means it is still writing to 20140915.log a few days later. What is the recommended way to deal with this?
I can trigger a timer to run at midnight, but then I'm not sure what command to run to tell it to start a new log file, with a new filename.