mirror of
https://github.com/apache/nuttx.git
synced 2026-09-08 09:56:33 +00:00
SYSLOG timestamp configuration option should not depend on CONFIG_SYSLOG and the default value should be n
This commit is contained in:
parent
0ae4ee8df5
commit
cc679cc902
1 changed files with 3 additions and 3 deletions
|
|
@ -73,14 +73,14 @@ config SYSLOG
|
|||
console (like printf()). This setting is required to enable
|
||||
customization of the basic system loggin capability.
|
||||
|
||||
if SYSLOG
|
||||
|
||||
config SYSLOG_TIMESTAMP
|
||||
bool "Prepend timestamp to syslog message"
|
||||
default y
|
||||
default n
|
||||
---help---
|
||||
Prepend timestamp to syslog message.
|
||||
|
||||
if SYSLOG
|
||||
|
||||
config SYSLOG_CHAR
|
||||
bool "System log character device support"
|
||||
default y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue