Created attachment 5618 [details] allow to log to remote hosts via "<selector> @<host>" syntax With the patch attached, the "<selector> @<host>" syntax is recognized by syslogd. Example: *.* @192.168.6.2 kern.info @loghost I attached two versions of the patch. The first one applies to vanilla busybox 1.22.1. The second one is to be applied on the top of the patch found in #7388.
Created attachment 5624 [details] [on top of #7388] allow to log to remote hosts via "<selector> @<host>" syntax Second patch, to be applied on top of the patch in #7388.