-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(file): rotate active file if it points to a symbolic link #274
Conversation
Leaving as draft for now, I need to trigger a beats test run with this commit to make sure nothing broke. |
61807da
to
c4fd1bd
Compare
c4fd1bd
to
a202d20
Compare
I tested with the beats file output and logger output, seems to be working as intended. |
Friendly ping for a review, thanks in advance! |
💚 Build Succeeded
History
cc @mauri870 |
@cmacknz I requested a review from you, since you are more familiar with the discussion around this. Appreciate if you can do a quick review. Thanks! Edit: I recall that you already approved these changes in another discussion. |
What does this PR do?
This PR changes the file rotation logic of the file package to force a rotation if the active file is a symlink.
Related issues