:orphan: .. title:: choice PM_LOG_LEVEL_CHOICE: Max compiled-in log level for System Power Management .. _choice_619: .. describe:: choice PM_LOG_LEVEL_CHOICE: Max compiled-in log level for System Power Management *Max compiled-in log level for System Power Management* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`PM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`PM_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`PM_LOG_LEVEL_OFF ` - \ :kconfig:`PM_LOG_LEVEL_ERR ` - \ :kconfig:`PM_LOG_LEVEL_WRN ` - \ :kconfig:`PM_LOG_LEVEL_INF ` - \ :kconfig:`PM_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:43`` → ``/pm/Kconfig:33`` Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power Management .. code-block:: kconfig choice PM_LOG_LEVEL_CHOICE bool "Max compiled-in log level for System Power Management" default PM_LOG_LEVEL_INF depends on LOG && PM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*