CONFIG_DFU_TARGET_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && DFU_TARGET

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/logging/Kconfig.template.log_config:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:50<nRF>/subsys/Kconfig:12<nRF>/subsys/dfu/Kconfig:9<nRF>/subsys/dfu/dfu_target/Kconfig:87

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → DFU → DFU → Device Firmware Upgrade target API

config DFU_TARGET_LOG_LEVEL
    int
    default 0 if DFU_TARGET_LOG_LEVEL_OFF
    default 1 if DFU_TARGET_LOG_LEVEL_ERR
    default 2 if DFU_TARGET_LOG_LEVEL_WRN
    default 3 if DFU_TARGET_LOG_LEVEL_INF
    default 4 if DFU_TARGET_LOG_LEVEL_DBG
    depends on LOG && DFU_TARGET

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)