You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set flush_limit to 1, then I want to send one syslog message per datagram, but it turn to error result: logs are merged and send. In nginx log, I see that: "flush lock acquired .... no need to flush:0 .... flush lock released", many lines liks that, after that, "start _do_flush......" , Please help, thx
Uh oh!
There was an error while loading. Please reload this page.
When udp is enabled then buffering does not make sense (if I understand RFC correctly: https://tools.ietf.org/html/rfc5426#section-3.1).
Multiple log messages are merged on syslog side, since UDP syslog server treats them as one line:
The text was updated successfully, but these errors were encountered: