Skip to content
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

non tailable log when using Datetime templating #23

Open
nahuel opened this issue Mar 25, 2019 · 0 comments
Open

non tailable log when using Datetime templating #23

nahuel opened this issue Mar 25, 2019 · 0 comments

Comments

@nahuel
Copy link

nahuel commented Mar 25, 2019

With normal logs you can use tail -F to follow them, because when the log is rotated the original filename persists (and tail -F detects the file change). But when you use Datetime templates, it cannot follow it. It will be nice to apply the date template only at the archive time, so a "file.log" is always present and tailable, and when full is archived to "file.log.YYYY-MM-DD.gz"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant