Quick question, as I just want to ensure - For rsyslog, will below option work as intended if sending logs to remote syslog is configured through UDP? -
$ActionResumeRetryCount -1 # prevents rsyslog from dropping messages when retrying to connect if server is not responding
In example, if remote syslog will be down, will client logs be queued and resend when remote server will be back?
Or this will only work for TCP connections?