mathew-kurian / Scribe.js

:scroll: Node.js logging made simple! Online access to logs and more...
https://mathew-kurian.github.io/Scribe.js/
MIT License
284 stars 45 forks source link

Break each file into pieces and load as required so they do not get too long #21

Open mathew-kurian opened 9 years ago

mathew-kurian commented 9 years ago
dec_21_14_warn_0.json   // Only ~1000 lines each file
dec_21_14_warn_1.json   
dec_21_14_warn_2.json
dec_21_14_warn_3.json
Kyle-Falconer commented 8 years ago

Would also be nice to be able to limit how much disk space is used in total or set max number of lines and how many files are created.

This is pretty standard stuff for enterprise-grade solutions for things that run all the time so that all the disk space isn't eaten away slowly by log files.