:orphan: .. title:: LOG .. option:: CONFIG_LOG *Logging* Type: ``bool`` Help ==== Global switch for the logger, when turned off log calls will not be compiled in. Defaults ======== - y - y - y Symbols selected by this symbol =============================== - \ :option:`PRINTK ` if \ :option:`USERSPACE ` Symbols that select this symbol =============================== - \ :option:`BT_DEBUG_LOG ` - \ :option:`BT_DEBUG_MONITOR ` - \ :option:`THREAD_ANALYZER_USE_LOG ` - \ :option:`NET_BUF_LOG ` - \ :option:`NET_BUF_SIMPLE_LOG ` - \ :option:`NET_LOG ` - \ :option:`TEST_LOGGING_DEFAULTS ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:54`` 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 LOG bool default y depends on \ :option:`SOC_SERIES_INTEL_CAVS_V18 ` ---- At ``soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:54`` 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 LOG bool default y depends on \ :option:`SOC_SERIES_INTEL_CAVS_V20 ` ---- At ``soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:54`` 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 LOG bool default y depends on \ :option:`SOC_SERIES_INTEL_CAVS_V25 ` ---- At ``subsys/logging/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` Menu path: (Top) → Sub Systems and OS Services .. parsed-literal:: menuconfig LOG bool "Logging" select \ :option:`PRINTK ` if \ :option:`USERSPACE ` help Global switch for the logger, when turned off log calls will not be compiled in. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*