fix(core): Set rfc3164 option to false for syslog client initialization (#20664)

This commit is contained in:
Csaba Tuncsik 2025-10-14 10:06:36 +02:00 committed by GitHub
parent 17635d0eaa
commit bdcb049859
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,6 +57,7 @@ export class MessageEventBusDestinationSyslog
facility: syslog.Facility.Local0,
// severity: syslog.Severity.Error,
port: this.port,
rfc3164: false,
transport:
options.protocol !== undefined && options.protocol === 'tcp'
? syslog.Transport.Tcp