CONFIG_EVENT_MANAGER_SHOW_EVENTS

Show events

Type: bool

Help

This option controls if events are printed to console.

Direct dependencies

LOG && EVENT_MANAGER

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <nRF>/subsys/event_manager/Kconfig:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:22

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Event Manager

config EVENT_MANAGER_SHOW_EVENTS
    bool "Show events"
    default y
    depends on LOG && EVENT_MANAGER
    help
      This option controls if events are printed to console.

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