:orphan: .. title:: choice: Max compiled-in log level for modem .. _choice_321: .. describe:: choice: Max compiled-in log level for modem *Max compiled-in log level for modem* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`MODEM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`MODEM_LOG_LEVEL_INF ` Choice options ============== - \ :option:`MODEM_LOG_LEVEL_OFF ` - \ :option:`MODEM_LOG_LEVEL_ERR ` - \ :option:`MODEM_LOG_LEVEL_WRN ` - \ :option:`MODEM_LOG_LEVEL_INF ` - \ :option:`MODEM_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:82`` → ``/modem/Kconfig:15`` Menu path: (Top) → Device Drivers → Modem Drivers .. code-block:: kconfig choice bool "Max compiled-in log level for modem" default MODEM_LOG_LEVEL_INF depends on LOG && MODEM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*