From 10f1033e281c3f822722d7240e19b3e6866e49fe Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Thu, 23 May 2024 01:17:22 +0200 Subject: [PATCH] Update clients/pkg/promtail/scrapeconfig/scrapeconfig.go Co-authored-by: Callum Styan --- clients/pkg/promtail/scrapeconfig/scrapeconfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/pkg/promtail/scrapeconfig/scrapeconfig.go b/clients/pkg/promtail/scrapeconfig/scrapeconfig.go index 4bd131da1fbaf..804bffbcd03b8 100644 --- a/clients/pkg/promtail/scrapeconfig/scrapeconfig.go +++ b/clients/pkg/promtail/scrapeconfig/scrapeconfig.go @@ -211,7 +211,7 @@ type SyslogTargetConfig struct { // message should be pushed to Loki UseRFC5424Message bool `yaml:"use_rfc5424_message"` - // Used Sylog format at the target. + // Syslog format used at the target. SyslogFormat SyslogFormat `yaml:"syslog_format"` // MaxMessageLength sets the maximum limit to the length of syslog messages