summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-01 09:17:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-01 09:17:34 -0600
commit3a82d6e056e447bc69b16db1694387b7931b30bd (patch)
tree75bee8d81ee89fa7f8f33bc27aa2d6669b5a7baf /nuttx/fs
parent1066988276d7a680a21f755943778e9bb80bc3cd (diff)
downloadnuttx-3a82d6e056e447bc69b16db1694387b7931b30bd.tar.gz
nuttx-3a82d6e056e447bc69b16db1694387b7931b30bd.tar.bz2
nuttx-3a82d6e056e447bc69b16db1694387b7931b30bd.zip
Add optional timestamp to syslog output. From pn_bouteville@yahoo.fr
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/Kconfig6
1 files changed, 6 insertions, 0 deletions
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