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
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue