diff --git a/packages/cli/src/eventbus/message-event-bus-destination/message-event-bus-destination-syslog.ee.ts b/packages/cli/src/eventbus/message-event-bus-destination/message-event-bus-destination-syslog.ee.ts index a624673cd08c6..565fafe7afb15 100644 --- a/packages/cli/src/eventbus/message-event-bus-destination/message-event-bus-destination-syslog.ee.ts +++ b/packages/cli/src/eventbus/message-event-bus-destination/message-event-bus-destination-syslog.ee.ts @@ -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