:orphan: .. title:: LOG_BACKEND_SPINEL_BUFFER_SIZE .. option:: CONFIG_LOG_BACKEND_SPINEL_BUFFER_SIZE *Size of reserved up-buffer for logger output.* Type: ``int`` Help ==== .. code-block:: none Specify reserved size of up-buffer used for logger output. Direct dependencies =================== \ :option:`LOG_BACKEND_SPINEL ` && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - 64 Kconfig definition ================== At ``/logging/Kconfig.backends:202`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:31`` → ``/logging/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable OpenThread dedicated Spinel protocol backend .. code-block:: kconfig config LOG_BACKEND_SPINEL_BUFFER_SIZE int "Size of reserved up-buffer for logger output." default 64 depends on LOG_BACKEND_SPINEL && !LOG_FRONTEND && !LOG_MINIMAL && LOG help Specify reserved size of up-buffer used for logger output. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*