CONFIG_LOG_TAG_DEFAULT

Default tag

Type: string

Help

Initial tag.

Direct dependencies

LOG_TAG_MAX_LEN > 0 && !LOG_FRONTEND && !LOG_MODE_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Default

  • “”

Kconfig definition

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

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

Menu path: (Top) → Sub Systems and OS Services → Logging → Output Formatting

config LOG_TAG_DEFAULT
    string "Default tag"
    default ""
    depends on LOG_TAG_MAX_LEN > 0 && !LOG_FRONTEND && !LOG_MODE_MINIMAL && LOG
    help
      Initial tag.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)