mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
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:
committed by
Mateusz Szafoni
parent
8c882cb790
commit
e00fbc5557
@@ -51,7 +51,7 @@ comment "SYSLOG options"
|
|||||||
|
|
||||||
config SYSLOG_CRLF
|
config SYSLOG_CRLF
|
||||||
bool "Syslog convert LF to CRLF"
|
bool "Syslog convert LF to CRLF"
|
||||||
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
|
||||||
syslog.
|
syslog.
|
||||||
|
|||||||
Reference in New Issue
Block a user