s6-socklog with -i ipport option
Jan Kämpe <[email protected]> Tue, 6 Aug 2024 21:37:43 +0300
| Newsgroups | gmane.comp.sysutils.supervision.general |
|---|---|
| Message-ID | <CAH+-wY4sshR-zL+8Ah6v83EK9nVvdK0dZt9nVQKtPqjtrc+foA@mail.gmail.com> |
The clientip_clientport output seem incorrect in s6-socklog output when using "-i ipport" option. Example to reproduce; run $ s6-socklog -i 192.168.21.1:10514 Then send test syslog message to s6-socklog listening on the UDP port (here using "logger" on x86_64 debian linux) $ logger -n 192.168.21.1 -P 10514 "Sample log message" The (start of) s6-socklog produced log line "clientip_clientport" looks (usually) something like this: 5511368.21.1_: user.notice: Can anyone else try to re-produce/confirm? -J