mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 01:07:04 +02:00
fix(core): Set rfc3164 option to false for syslog client initialization (#20664)
This commit is contained in:
parent
17635d0eaa
commit
bdcb049859
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user