This is an automated email from the ASF dual-hosted git repository.
raiden00 pushed a commit to branch releases/12.7
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/releases/12.7 by this push:
new 5ff98fb4e1 syslog: enable LF to CRLF config as default
5ff98fb4e1 is described below
commit 5ff98fb4e196fb7c070e360bf8af9576918b67b8
Author: yangsong8 <[email protected]>
AuthorDate: Mon Oct 21 10:50:44 2024 +0800
syslog: enable LF to CRLF config as default
This commit fixes the issue #14418
Signed-off-by: yangsong8 <[email protected]>
---
drivers/syslog/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/syslog/Kconfig b/drivers/syslog/Kconfig
index 9753aa4417..e0c9948750 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.