:orphan: .. title:: choice HAWKBIT_LOG_LEVEL_CHOICE: Max compiled-in log level for Log Level for hawkbit .. _choice_535: .. describe:: choice HAWKBIT_LOG_LEVEL_CHOICE: Max compiled-in log level for Log Level for hawkbit *Max compiled-in log level for Log Level for hawkbit* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`HAWKBIT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`HAWKBIT_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`HAWKBIT_LOG_LEVEL_OFF ` - \ :kconfig:`HAWKBIT_LOG_LEVEL_ERR ` - \ :kconfig:`HAWKBIT_LOG_LEVEL_WRN ` - \ :kconfig:`HAWKBIT_LOG_LEVEL_INF ` - \ :kconfig:`HAWKBIT_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:11`` → ``/mgmt/hawkbit/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Hawkbit Firmware Over-the-Air support .. code-block:: kconfig choice HAWKBIT_LOG_LEVEL_CHOICE bool "Max compiled-in log level for Log Level for hawkbit" default HAWKBIT_LOG_LEVEL_INF depends on LOG && HAWKBIT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*