:orphan: .. title:: LOG_MODE_OVERFLOW .. option:: CONFIG_LOG_MODE_OVERFLOW *Oldest logs are discarded* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig:155`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:18`` Menu path: (Top) → Logging → Log full strategy .. parsed-literal:: config LOG_MODE_OVERFLOW bool "Oldest logs are discarded" depends on \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*