:orphan: .. title:: CONFIG_LOG2_FMT_SECTION .. kconfig:: CONFIG_LOG2_FMT_SECTION CONFIG_LOG2_FMT_SECTION ####################### *Keep log strings in dedicated section* Type: ``bool`` Help ==== .. code-block:: none When enabled, logs are kept in dedicated memory section. It allows removing strings from final binary and should be used for dictionary logging. Direct dependencies =================== \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/logging/Kconfig.misc:49`` 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 LOG2_FMT_SECTION bool "Keep log strings in dedicated section" depends on LOG help When enabled, logs are kept in dedicated memory section. It allows removing strings from final binary and should be used for dictionary logging. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*