-
CONFIG_SYS_PM_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
SYS_PM_LOG_LEVEL_OFF
&&LOG
&&SYS_POWER_MANAGEMENT
- 1 if
SYS_PM_LOG_LEVEL_ERR
&&LOG
&&SYS_POWER_MANAGEMENT
- 2 if
SYS_PM_LOG_LEVEL_WRN
&&LOG
&&SYS_POWER_MANAGEMENT
- 3 if
SYS_PM_LOG_LEVEL_INF
&&LOG
&&SYS_POWER_MANAGEMENT
- 4 if
SYS_PM_LOG_LEVEL_DBG
&&LOG
&&SYS_POWER_MANAGEMENT
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:31
→ kernel/Kconfig:772
→ kernel/Kconfig.power_mgmt:44
→ subsys/power/Kconfig:30
Menu path: (top menu) → General Kernel Options → System Power management
config SYS_PM_LOG_LEVEL int default 0 ifSYS_PM_LOG_LEVEL_OFF
&&LOG
&&SYS_POWER_MANAGEMENT
default 1 ifSYS_PM_LOG_LEVEL_ERR
&&LOG
&&SYS_POWER_MANAGEMENT
default 2 ifSYS_PM_LOG_LEVEL_WRN
&&LOG
&&SYS_POWER_MANAGEMENT
default 3 ifSYS_PM_LOG_LEVEL_INF
&&LOG
&&SYS_POWER_MANAGEMENT
default 4 ifSYS_PM_LOG_LEVEL_DBG
&&LOG
&&SYS_POWER_MANAGEMENT
depends onLOG
&&SYS_POWER_MANAGEMENT
(Definitions include propagated dependencies, including from if’s and menus.)