-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Rolling filenames cannot be tailed #268
Labels
Comments
This is an issue for me too. Has there been any progress on this? |
npeeples
pushed a commit
to npeeples/winston
that referenced
this issue
Sep 16, 2014
…nstead of creating incrementing appends. implements winstonjs#268
npeeples
pushed a commit
to npeeples/winston
that referenced
this issue
Oct 17, 2014
…nstead of creating incrementing appends. implements winstonjs#268
indexzero
pushed a commit
that referenced
this issue
Jan 27, 2015
…nstead of creating incrementing appends. implements #268
Fixed by #448. Will go into |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The rolling filenames should be renamed so you can tail -f the base log file (with NO numbers).
Also, this renaming should be done ASYNCHRONOUSLY so we don't take a performance hit. It's bad enough that files > max are delete SYNCHRONOUSLY.
The text was updated successfully, but these errors were encountered: