https://bugzilla.balabit.com/show_bug.cgi?id=123 Summary: PRI being stripped Product: syslog-ng Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: unspecified Component: syslog-ng AssignedTo: bazsi@balabit.hu ReportedBy: jsu2@emory.edu Type of the Report: bug Estimated Hours: 0.0 I'm testing syslog-ng-premium-edition-4.0.1a. We're noticing that the PRI is being stripped by syslog-ng when it forwards to a network destination. Here's how the destination is configured: destination d_netdst { udp("netdst.local.bogus" port(514) localip(192.168.20.15) spoof_source(yes)); }; Here's how the message is sent to syslog-ng (truncated for brevity): <0>Jun 6 17:12:13 keats/keats 10.10.244.187... And here's how the message is sent to d_netdst: <>Jun 6 17:12:13 keats.local.bogus 10.10.244.187 Notice the priority 0 has been removed by syslog-ng. Is this a bug or a config error on my part? -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.