-
Notifications
You must be signed in to change notification settings - Fork 156
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
maxFiles is not working #368
Comments
Facing the same issue with Winston 2 and Winston-daily-file-rotate 3 |
I'm using the version below.
|
It should be like this --> maxFiles: '2d' |
Check out how many |
same problems ... |
Same here with
The usage of maxFiles with a value in days like |
Same problem => version 4.7.1 |
@Codiving I think the problem you're having is because of this line: |
same problems. Maxfile not working.... |
I want a log file to be created every day.
And I want to set the maximum number to 2.
I have written code like below.
But, It's not working well.
However, the log files are not being deleted as shown in the image below.
Is there any problem with my code?
Thanks in advance for any help.
The text was updated successfully, but these errors were encountered: