You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure we can't actually do 10ms as the resolution of the timers involved is about 16ms in nodejs.
I'm interested in what it's actually doing and what you'd expect to see.
Is it not rotating the files at all?
Just trying to validate my code (waiting for 1d is taking too much time... (-:) - Bunyan documentation mentioned that 10ms (for development) is valid.
The behaviour i'm experiencing it that the files are not rotated at all
I added the following code:
However the log files are not being rotated every 10ms (the logs were written to the same file)
The text was updated successfully, but these errors were encountered: