From e00fbc5557db6aede070a88f9d9e9d16a84e9bd3 Mon Sep 17 00:00:00 2001 From: yangsong8 Date: Mon, 21 Oct 2024 10:50:44 +0800 Subject: [PATCH] syslog: enable LF to CRLF config as default This commit fixes the issue #14418 Signed-off-by: yangsong8 --- drivers/syslog/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/syslog/Kconfig b/drivers/syslog/Kconfig index fbab7ef62e..fe29955e8a 100644 --- a/drivers/syslog/Kconfig +++ b/drivers/syslog/Kconfig @@ -51,7 +51,7 @@ comment "SYSLOG options" config SYSLOG_CRLF bool "Syslog convert LF to CRLF" - default n + default y ---help--- Pre-pend a carriage return before every linefeed that goes into the syslog.