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 guess you'd have to write your own stream that handled the capping functionality. If caprese is flexible enough it could be the basis for this stream.
There is a pull request for a feature where we rotate by filesize: #288
I've also been working on my own rotating file stream component that will cap individual files as well as the size of the overall set of archives: bunyan-rotating-file-stream
I am looking for a way to stream to a log file with Bunyan, but have a capped log file, something like this:
https://www.npmjs.com/package/caprese
is there a way to do this with Bunyan?
thanks
The text was updated successfully, but these errors were encountered: