fjpanag commented on a change in pull request #2621: URL: https://github.com/apache/incubator-nuttx/pull/2621#discussion_r555842783
########## File path: drivers/syslog/Kconfig ########## @@ -111,6 +111,37 @@ config SYSLOG_TIMESTAMP_REALTIME CLOCK_MONOTONIC, if enabled, will be used or the system timer is not. +config SYSLOG_TIMESTAMP_FORMATED + bool "Formatted syslog time" + default n + depends on SYSLOG_TIMESTAMP_REALTIME Review comment: @patacongo Fixed the typo. @xiaoxiang781216 What would be the meaning of formatting the system clock with `strftime`? I think it is not meaningful. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org