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