How many logs in memory you can have while the TCP server is down? #980
GabrielJuliao
started this conversation in
General
Replies: 1 comment 2 replies
-
See the RingBuffer Size and RingBuffer Full sections of the readme. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All! I know when you are using a TCP appender, if the server receiving the logs is down when it eventually becomes available the appender will flush the logs that were pending. So, how many logs can I have? Am I going to lose logs if the server stays down long enough? Is there a buffer if so, what's the size?
Beta Was this translation helpful? Give feedback.
All reactions