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