:orphan: .. title:: choice: Max compiled-in log level for sensor .. _choice_186: .. describe:: choice: Max compiled-in log level for sensor *Max compiled-in log level for sensor* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SENSOR_LOG_LEVEL_INF ` Choice options ============== - \ :option:`SENSOR_LOG_LEVEL_OFF ` - \ :option:`SENSOR_LOG_LEVEL_ERR ` - \ :option:`SENSOR_LOG_LEVEL_WRN ` - \ :option:`SENSOR_LOG_LEVEL_INF ` - \ :option:`SENSOR_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:15`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: choice bool "Max compiled-in log level for sensor" default \ :option:`SENSOR_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`SENSOR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*