From 3a82d6e056e447bc69b16db1694387b7931b30bd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 1 Nov 2014 09:17:34 -0600 Subject: Add optional timestamp to syslog output. From pn_bouteville@yahoo.fr --- nuttx/fs/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/fs') diff --git a/nuttx/fs/Kconfig b/nuttx/fs/Kconfig index 0dba7f80a..78d2fc89c 100644 --- a/nuttx/fs/Kconfig +++ b/nuttx/fs/Kconfig @@ -75,6 +75,12 @@ config SYSLOG if SYSLOG +config SYSLOG_TIMESTAMP + bool "Prepend timestamp to syslog message" + default y + ---help--- + Prepend timestamp to syslog message. + config SYSLOG_CHAR bool "System log character device support" default y -- cgit v1.2.3