trentm / node-bunyan

a simple and fast JSON logging module for node.js services
Other
7.15k stars 513 forks source link

update documentation to include example of how to end stream #691

Open markwbrown opened 1 year ago

markwbrown commented 1 year ago

I'm not sure what JSSTYLED was supposed to be doing, but the close stream function has been commented out since #1a916f6ad7b1e731d1ea04ad4e44cc1db2cf4e94. In the absence of that getting changed, I think this documentation can help people with ending a stream. I found this useful in a node application to push its own logs over to s3.