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
I want the timestamp suffix with an hourly rotation as ContentLimit::Time and I can only choose between AppendTimestamp(FileLimit::MaxFile(usize)) and AppendTimestamp(FileLimit::Age(Duration)).
From the documentation I am not sure if I can opt out of deleting.
And one more question: Is the first file always written without the timestamp?
The text was updated successfully, but these errors were encountered:
I'm adding a FileLimit::Unlimited. Will publish soon.
The first file is indeed always written without a suffix/timestamp. It gets the suffix when it is rotated. So in the case of timestamp suffix, the suffix signifies the last time of writing.
I want the timestamp suffix with an hourly rotation as ContentLimit::Time and I can only choose between AppendTimestamp(FileLimit::MaxFile(usize)) and AppendTimestamp(FileLimit::Age(Duration)).
From the documentation I am not sure if I can opt out of deleting.
And one more question: Is the first file always written without the timestamp?
The text was updated successfully, but these errors were encountered: