We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be very handy (especially for log-monitoring) to have a quick way to get to the latest log segment when using RollingFileWriter.
this could be done via an option like: -Dtinylog.writer.linktolatest=/var/log/xyz/latest.log
-Dtinylog.writer.linktolatest=/var/log/xyz/latest.log
where the writer keeps /var/log/xyz/latest.log symlinked to the latest segment
/var/log/xyz/latest.log
The text was updated successfully, but these errors were encountered:
This closed issue has been locked automatically. However, please feel free to file a new issue.
Sorry, something went wrong.
pabl0rg
No branches or pull requests
It would be very handy (especially for log-monitoring) to have a quick way to get to the latest log segment when using RollingFileWriter.
this could be done via an option like:
-Dtinylog.writer.linktolatest=/var/log/xyz/latest.log
where the writer keeps
/var/log/xyz/latest.log
symlinked to the latest segmentThe text was updated successfully, but these errors were encountered: