juttle / winston-logrotate

Log rotating transport for Winston
Apache License 2.0
10 stars 8 forks source link

avoid open file handle limit by saving writes #15

Closed FASTLIKETREE closed 6 years ago

FASTLIKETREE commented 6 years ago

Avoid calling init() repeatedly when logging in a loop, see "ulimit open file handles reached #14" in open issues for more details.

demmer commented 6 years ago

LGTM - this now conflicts with another PR I just merged. If you fix conflicts I can merge and push a new release.

Note: This project needs a new maintainer.

demmer commented 6 years ago

OK things look good now except there's one more merge conflict.

FASTLIKETREE commented 6 years ago

Demmer, can you merge now?