:orphan: .. title:: choice: Max compiled-in log level for Log Level for hawkbit .. _choice_393: .. describe:: 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 =================== \ :option:`LOG ` && \ :option:`HAWKBIT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`HAWKBIT_LOG_LEVEL_INF ` Choice options ============== - \ :option:`HAWKBIT_LOG_LEVEL_OFF ` - \ :option:`HAWKBIT_LOG_LEVEL_ERR ` - \ :option:`HAWKBIT_LOG_LEVEL_WRN ` - \ :option:`HAWKBIT_LOG_LEVEL_INF ` - \ :option:`HAWKBIT_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:11`` → ``/mgmt/hawkbit/Kconfig:56`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Hawkbit Firmware Over-the-Air support .. code-block:: kconfig 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.)*