Replies: 1 comment
-
Combination with using /etc/logrotate.d/ configuration will work for you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, I want to output the log to files and I want to get one log file daily. Also, when the number of files exceeds 10, delete the oldest one.
I config the comand option :
fluentd -o /path/to/log_file --log-rotate-age daiy.
But how can it do the "when the number of files exceeds 10, delete the oldest one"?
Beta Was this translation helpful? Give feedback.
All reactions