:orphan: .. title:: CONFIG_LOG_TRACE_SHORT_TIMESTAMP .. kconfig:: CONFIG_LOG_TRACE_SHORT_TIMESTAMP CONFIG_LOG_TRACE_SHORT_TIMESTAMP ################################ *Use 24 bit timestamp for tracing* Type: ``bool`` Help ==== .. code-block:: none When enabled, shorter timestamp is used and trace message is compressed. Direct dependencies =================== \ :kconfig:`LOG2 ` && !\ :kconfig:`LOG_MINIMAL ` && !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_MINIMAL ` && \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/logging/Kconfig.processing:154`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:21`` Menu path: (Top) → Sub Systems and OS Services → Logging → Processing .. code-block:: kconfig config LOG_TRACE_SHORT_TIMESTAMP bool "Use 24 bit timestamp for tracing" default y depends on LOG2 && !LOG_MINIMAL && !LOG_FRONTEND && !LOG_MINIMAL && LOG help When enabled, shorter timestamp is used and trace message is compressed. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*