-
CONFIG_DFU_TARGET_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:8
→ Kconfig.zephyr:9
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:10
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:12
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/dfu/Kconfig:60
Menu path: (Top) → Modules → Nordic nRF Connect → DFU → Device Firmware Upgrade target API
config DFU_TARGET_LOG_LEVEL int default 0 ifDFU_TARGET_LOG_LEVEL_OFF
default 1 ifDFU_TARGET_LOG_LEVEL_ERR
default 2 ifDFU_TARGET_LOG_LEVEL_WRN
default 3 ifDFU_TARGET_LOG_LEVEL_INF
default 4 ifDFU_TARGET_LOG_LEVEL_DBG
depends onLOG
&&DFU_TARGET
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)