Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

What will happen if logs are generated faster than loggly can consume them? #5

Closed
aomega opened this issue Sep 13, 2012 · 1 comment

Comments

@aomega
Copy link

aomega commented Sep 13, 2012

If the service generates a large number of logs over a particular period, and loggly is down or simply consuming them more slowly than they are being generated, is there a mechanism that will stop memory from overflowing in the service? For example, by discarding older or newer logs if the number or size of the pending logs goes over a certain threshold?

@indexzero
Copy link
Member

You will lose logs. That's the whole idea behind winston. You should be pushing your logs to redis or something like that as well.

OtterCode pushed a commit to OtterCode/winston-loggly that referenced this issue Jun 22, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants