:orphan: .. title:: choice: Max compiled-in log level for System Power Management .. _choice_448: .. describe:: choice: Max compiled-in log level for System Power Management *Max compiled-in log level for System Power Management* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`PM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`PM_LOG_LEVEL_INF ` Choice options ============== - \ :option:`PM_LOG_LEVEL_OFF ` - \ :option:`PM_LOG_LEVEL_ERR ` - \ :option:`PM_LOG_LEVEL_WRN ` - \ :option:`PM_LOG_LEVEL_INF ` - \ :option:`PM_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:39`` → ``subsys/power/Kconfig:50`` Menu path: (Top) → Sub Systems and OS Services → Power Management → System Power management .. parsed-literal:: choice bool "Max compiled-in log level for System Power Management" default \ :option:`PM_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`PM ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*