The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SOC_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/logging/Kconfig.template.log_config:25

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:17

Menu path: (top menu) → Hardware Configuration

config SOC_LOG_LEVEL
    int
    default 0 if SOC_LOG_LEVEL_OFF && LOG
    default 1 if SOC_LOG_LEVEL_ERR && LOG
    default 2 if SOC_LOG_LEVEL_WRN && LOG
    default 3 if SOC_LOG_LEVEL_INF && LOG
    default 4 if SOC_LOG_LEVEL_DBG && LOG
    depends on LOG

(Definitions include propagated dependencies, including from if’s and menus.)