:orphan: .. title:: choice: Max compiled-in log level for UART console .. _choice_154: .. 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 ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:14`` → ``/console/Kconfig:349`` Menu path: (Top) → Device Drivers → Console drivers .. code-block:: kconfig 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.)*