Replies: 1 comment 5 replies
-
The API is not changed, examples for
Currently it doesn't support rotating by minutes, but it shouldn't be too hard to implement. Before that, may I know what your real case is? Rotating by minutes means a lot of files will be generated. Rotating by hours and manually searching the logs for what you are interested in should be sufficient for most cases. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using
RotatingFileSink
withRotationPolicy::FileSize
, and I want to change the policy to time-dependent, and rotate every minute.Beta Was this translation helpful? Give feedback.
All reactions