Hi All:

And now for something completely different.

I wonder why we do not do file rollovers like below, and if we should:
- Create the file with the target rolled over a name like applog-2021.txt
- Create a symlink for the constant name like applog.txt to point to
applog-2021.txt
- When it's rollover time, start writing to the new file
applog-2022.txt and change the symlink to point to it.

Zero copy.

Thoughts?

Gary

Reply via email to