The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SENSOR_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && SENSOR

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

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:18

Menu path: (top menu) → Device Drivers → Sensor Drivers

config SENSOR_LOG_LEVEL
    int
    default 0 if SENSOR_LOG_LEVEL_OFF && LOG && SENSOR
    default 1 if SENSOR_LOG_LEVEL_ERR && LOG && SENSOR
    default 2 if SENSOR_LOG_LEVEL_WRN && LOG && SENSOR
    default 3 if SENSOR_LOG_LEVEL_INF && LOG && SENSOR
    default 4 if SENSOR_LOG_LEVEL_DBG && LOG && SENSOR
    depends on LOG && SENSOR

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