From 5ff98fb4e196fb7c070e360bf8af9576918b67b8 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 9753aa4417e..e0c99487509 100644 --- a/drivers/syslog/Kconfig +++ b/drivers/syslog/Kconfig @@ -36,7 +36,7 @@ config RAMLOG if RAMLOG config RAMLOG_CRLF bool "RAMLOG CR/LF" - default n + default y ---help--- Pre-pend a carriage return before every linefeed that goes into the RAM log.