:orphan: .. title:: LOG_BLOCK_IN_THREAD .. option:: CONFIG_LOG_BLOCK_IN_THREAD *On log full block in thread context* Type: ``bool`` Help ==== When enabled logger will block (if in the thread context) when internal logger buffer is full and new message cannot be allocated. Direct dependencies =================== !\ :option:`LOG_IMMEDIATE ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig:163`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:18`` Menu path: (Top) → Logging .. parsed-literal:: config LOG_BLOCK_IN_THREAD bool "On log full block in thread context" depends on !\ :option:`LOG_IMMEDIATE ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help When enabled logger will block (if in the thread context) when internal logger buffer is full and new message cannot be allocated. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*