CONFIG_SYS_LOG_SHOW_COLOR

Use colored logs

Type: bool

Help

Use color in the logs. This requires an ANSI capable terminal.

Direct dependencies

SYS_LOG

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/logging/Kconfig:23

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:18

Menu path: (top menu) → Logging Options

config SYS_LOG_SHOW_COLOR
    bool
    prompt "Use colored logs" if SYS_LOG
    depends on SYS_LOG
    help
      Use color in the logs. This requires an ANSI capable terminal.

(Definitions include propagated dependencies, including from if’s and menus.)