:orphan: .. title:: CONFIG_LOG_INFO_COLOR_GREEN .. kconfig:: CONFIG_LOG_INFO_COLOR_GREEN CONFIG_LOG_INFO_COLOR_GREEN ########################### *Use green color for info level logs* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG_BACKEND_SHOW_COLOR ` && !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_MODE_MINIMAL ` && \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/logging/Kconfig.formatting:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:19`` Menu path: (Top) → Sub Systems and OS Services → Logging → Output Formatting → Enable colors in the backend .. code-block:: kconfig config LOG_INFO_COLOR_GREEN bool "Use green color for info level logs" depends on LOG_BACKEND_SHOW_COLOR && !LOG_FRONTEND && !LOG_MODE_MINIMAL && LOG *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*