This is an automated email from the ASF dual-hosted git repository.
raiden00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new e00fbc5557 syslog: enable LF to CRLF config as default
e00fbc5557 is described below
commit e00fbc5557db6aede070a88f9d9e9d16a84e9bd3
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 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.