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:
parent
8c882cb790
commit
e00fbc5557
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue