Rolling file logs ?
#11155
-
I see there's a file sink What's the recommended approach for rolling logs ? Is there anything built into vector or best to use logrotate ? |
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Feb 2, 2022
Replies: 1 comment
-
Hi @jknight ! Yeah, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jknight
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jknight !
Yeah,
logrotate
is your best bet. We do have an issue exploring adding similar rotation functionality to Vector here: #2173