:orphan: .. title:: choice: Max compiled-in log level for UART console .. _choice_147: .. describe:: choice: Max compiled-in log level for UART console *Max compiled-in log level for UART console* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`UART_CONSOLE_LOG_LEVEL_INF ` Choice options ============== - \ :option:`UART_CONSOLE_LOG_LEVEL_OFF ` - \ :option:`UART_CONSOLE_LOG_LEVEL_ERR ` - \ :option:`UART_CONSOLE_LOG_LEVEL_WRN ` - \ :option:`UART_CONSOLE_LOG_LEVEL_INF ` - \ :option:`UART_CONSOLE_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:14`` → ``drivers/console/Kconfig:328`` Menu path: (Top) → Device Drivers → Console drivers .. parsed-literal:: choice bool "Max compiled-in log level for UART console" default \ :option:`UART_CONSOLE_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`CONSOLE ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*