stritti / log4js

Log4js - The Logging Framework for JavaScript with no runtime dependencies
https://stritti.github.io/log4js/
Apache License 2.0
449 stars 57 forks source link

very fast logging to a file #52

Open npomfret opened 3 years ago

npomfret commented 3 years ago

We're using a file appender and our application logs a lot of data. What happens if the logger cannot keep up with the flow of data?

mingley commented 3 years ago

Have you considered implementing a queue? @npomfret