Socket
Socket
Sign inDemoInstall

bunyan-rotating-file-stream

Package Overview
Dependencies
26
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12

1.2.0

Diff

Changelog

Source

1.2.0

  • Support non-raw streams. For some reason, raw streams are MUCH faster in high load scenarios (at least when this is the only stream).
  • Better guarantees over file rollover - we will write exactly one log record that goes over the size threshold before we rotate The previous performance release meant that we couldn't rotate until the write had completed to the disk - in the meantime several other logs could have been written. This made everything unpredictable.
  • Making better use of the cargo datatype to write multiple log records in a single event loop tick.
  • Using setImmediate rather than process.nextTick in the write loop to allow io and other operations time to happen rather than hog the event loop.
rcomian
published 1.1.1 •

Changelog

Source

1.1.1

  • Being far more aggressive when writing logs in order to improve log writing speed
  • Basic performance test that writes 1million logs
rcomian
published 1.1.0 •

Changelog

Source

1.1.0

  • Adding ability to rotate existing log files when we open them up with the "rotateExisting" feature.
rcomian
published 1.0.6 •

Changelog

Source

1.0.6

  • Fixing special values (eg, 'hourly') for period rollover. These were broken in v1.0.5
rcomian
published 1.0.5 •

Changelog

Source

1.0.5

  • Restructured project
  • Moved to a properly named git repository with only this project's history in it
  • Added basic tests to excercise everything and make sure nothing is broken
rcomian
published 1.0.4 •

Changelog

Source

1.0.4

  • Correcting github location
rcomian
published 1.0.3 •

Changelog

Source

1.0.3

  • Docs changes
rcomian
published 1.0.2 •

Changelog

Source

1.0.2

  • Getting the right filepath to import from package.json
rcomian
published 1.0.1 •

Changelog

Source

1.0.1

  • Minor docs update
rcomian
published 1.0.0 •

Changelog

Source

1.0.0 (First release)

  • First release
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc