:orphan: .. title:: CONFIG_LOG_TEST_CLEAR_MESSAGE_SPACE .. kconfig:: CONFIG_LOG_TEST_CLEAR_MESSAGE_SPACE CONFIG_LOG_TEST_CLEAR_MESSAGE_SPACE ################################### *Clear message after allocation* Type: ``bool`` Help ==== .. code-block:: none Used in testing to simplify message comparision if message contains paddings. Direct dependencies =================== \ :kconfig:`ZTEST ` && \ :kconfig:`LOG2 ` && \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/logging/Kconfig.misc:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:27`` Menu path: (Top) → Sub Systems and OS Services → Logging → Misc .. code-block:: kconfig config LOG_TEST_CLEAR_MESSAGE_SPACE bool "Clear message after allocation" default y depends on ZTEST && LOG2 && LOG help Used in testing to simplify message comparision if message contains paddings. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*