The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SYS_PM_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && SYS_POWER_MANAGEMENT

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

Kconfig definition

At subsys/logging/Kconfig.template.log_config:25

Included via Kconfig:10Kconfig.zephyr:31kernel/Kconfig:772kernel/Kconfig.power_mgmt:44subsys/power/Kconfig:30

Menu path: (top menu) → General Kernel Options → System Power management

config SYS_PM_LOG_LEVEL
    int
    default 0 if SYS_PM_LOG_LEVEL_OFF && LOG && SYS_POWER_MANAGEMENT
    default 1 if SYS_PM_LOG_LEVEL_ERR && LOG && SYS_POWER_MANAGEMENT
    default 2 if SYS_PM_LOG_LEVEL_WRN && LOG && SYS_POWER_MANAGEMENT
    default 3 if SYS_PM_LOG_LEVEL_INF && LOG && SYS_POWER_MANAGEMENT
    default 4 if SYS_PM_LOG_LEVEL_DBG && LOG && SYS_POWER_MANAGEMENT
    depends on LOG && SYS_POWER_MANAGEMENT

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