From 8275430613e10ecb960bda603699a8e9b1149c7d Mon Sep 17 00:00:00 2001 From: Ashwin Srinivasan Date: Wed, 2 Oct 2024 20:25:57 +0000 Subject: [PATCH] Set template to use forwarding format --- files/image_config/rsyslog/rsyslog.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/image_config/rsyslog/rsyslog.conf.j2 b/files/image_config/rsyslog/rsyslog.conf.j2 index 4719b98ff3d2..b4180a972553 100644 --- a/files/image_config/rsyslog/rsyslog.conf.j2 +++ b/files/image_config/rsyslog/rsyslog.conf.j2 @@ -110,7 +110,7 @@ $RepeatedMsgReduction on {% set fmodifier = '!' if filter == 'exclude' else '' %} {% set device = vrf if vrf != '' and vrf != 'default' -%} -{% set template = 'WelfRemoteFormat' if format == 'welf' else 'SONiCFileFormat' -%} +{% set template = 'WelfRemoteFormat' if format == 'welf' else 'SONiCForwardFormat' -%} {# Server extra options -#} {% set options = '' -%}