CONFIG_LOG_INFO_COLOR_GREEN

Use green color for info level logs

Type: bool

Direct dependencies

LOG_BACKEND_SHOW_COLOR && !LOG_FRONTEND && !LOG_MODE_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Subsystem>/logging/Kconfig.formatting:63

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:31<Subsystem>/logging/Kconfig:19

Menu path: (Top) → Sub Systems and OS Services → Logging → Output Formatting → Enable colors in the backend

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.)