:orphan: .. title:: CONFIG_LOG .. kconfig:: CONFIG_LOG CONFIG_LOG ########## *Logging* Type: ``bool`` Help ==== .. code-block:: none Global switch for the logger, when turned off log calls will not be compiled in. Defaults ======== - y - y - y - y - y - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`PRINTK ` if \ :kconfig:`USERSPACE ` Symbols that select this symbol =============================== - \ :kconfig:`INTC_ESP32_DECISIONS_LOG ` - \ :kconfig:`BT_DEBUG_LOG ` - \ :kconfig:`BT_DEBUG_MONITOR_UART ` - \ :kconfig:`THREAD_ANALYZER_USE_LOG ` - \ :kconfig:`NET_BUF_LOG ` - \ :kconfig:`NET_BUF_SIMPLE_LOG ` - \ :kconfig:`NET_LOG ` - \ :kconfig:`TEST_LOGGING_DEFAULTS ` Kconfig definitions =================== At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG bool default y depends on SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG bool default y depends on SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG bool default y depends on SOC_SERIES_INTEL_CAVS_V25 ---- At ``/xtensa/nxp_adsp/imx8/Kconfig.defconfig.series:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/nxp_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG bool default y depends on SOC_SERIES_NXP_IMX8 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG bool default y depends on SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG bool default y depends on SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG bool default y depends on SOC_SERIES_INTEL_CAVS_V25 ---- At ``/xtensa/nxp_adsp/imx8/Kconfig.defconfig.series:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/nxp_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG bool default y depends on SOC_SERIES_NXP_IMX8 ---- At ``/logging/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` Menu path: (Top) → Sub Systems and OS Services .. code-block:: kconfig menuconfig LOG bool "Logging" select PRINTK if 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.)*