:orphan: .. title:: choice: Max compiled-in log level for CAN .. _choice_309: .. describe:: choice: Max compiled-in log level for CAN *Max compiled-in log level for CAN* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`CAN_LOG_LEVEL_INF ` Choice options ============== - \ :option:`CAN_LOG_LEVEL_OFF ` - \ :option:`CAN_LOG_LEVEL_ERR ` - \ :option:`CAN_LOG_LEVEL_WRN ` - \ :option:`CAN_LOG_LEVEL_INF ` - \ :option:`CAN_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` → ``drivers/can/Kconfig:18`` Menu path: (Top) → Device Drivers → CAN Drivers .. parsed-literal:: choice bool "Max compiled-in log level for CAN" default \ :option:`CAN_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`CAN ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*