:orphan: .. title:: TEST_LOGGING_DEFAULTS .. option:: CONFIG_TEST_LOGGING_DEFAULTS *Enable test case logging defaults* Type: ``bool`` Help ==== Option which implements default policy of enabling logging in minimal mode for all test cases. For tests that need alternate logging configuration, or no logging at all, disable this in the project-level defconfig. Direct dependencies =================== (\ :option:`TEST ` && \ :option:`SOC_SERIES_INTEL_CAVS_V15 `) || (\ :option:`TEST ` && \ :option:`SOC_SERIES_INTEL_CAVS_V18 `) || (\ :option:`TEST ` && \ :option:`SOC_SERIES_INTEL_CAVS_V20 `) || (\ :option:`TEST ` && \ :option:`SOC_SERIES_INTEL_CAVS_V25 `) || \ :option:`TEST ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - n - n - n - y Symbols selected by this symbol =============================== - \ :option:`LOG ` - \ :option:`LOG_MINIMAL ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:55`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config TEST_LOGGING_DEFAULTS bool default n depends on \ :option:`TEST ` && \ :option:`SOC_SERIES_INTEL_CAVS_V15 ` ---- At ``soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config TEST_LOGGING_DEFAULTS bool default n depends on \ :option:`TEST ` && \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` ---- At ``soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config TEST_LOGGING_DEFAULTS bool default n depends on \ :option:`TEST ` && \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` ---- At ``soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config TEST_LOGGING_DEFAULTS bool default n depends on \ :option:`TEST ` && \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` ---- At ``subsys/testsuite/Kconfig:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:55`` Menu path: (Top) → Sub Systems and OS Services → Testing .. parsed-literal:: config TEST_LOGGING_DEFAULTS bool "Enable test case logging defaults" default y select \ :option:`LOG ` select \ :option:`LOG_MINIMAL ` depends on \ :option:`TEST ` help Option which implements default policy of enabling logging in minimal mode for all test cases. For tests that need alternate logging configuration, or no logging at all, disable this in the project-level defconfig. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*