syslog: enable LF to CRLF config as default

This commit fixes the issue #14418

Signed-off-by: yangsong8 <yangsong8@xiaomi.com>
This commit is contained in:
yangsong8 2024-10-21 10:50:44 +08:00 committed by Mateusz Szafoni
parent d39bcd4ad5
commit 5ff98fb4e1

View File

@ -36,7 +36,7 @@ config RAMLOG
if RAMLOG if RAMLOG
config RAMLOG_CRLF config RAMLOG_CRLF
bool "RAMLOG CR/LF" bool "RAMLOG CR/LF"
default n default y
---help--- ---help---
Pre-pend a carriage return before every linefeed that goes into the Pre-pend a carriage return before every linefeed that goes into the
RAM log. RAM log.