:orphan: .. title:: OSDP_LOG_LEVEL .. option:: CONFIG_OSDP_LOG_LEVEL *OSDP Logging Level* Type: ``int`` Help ==== Set the logging level for the OSDP driver Direct dependencies =================== \ :option:`OSDP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1 Kconfig definition ================== .. highlight:: kconfig At ``subsys/mgmt/osdp/Kconfig:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:35`` → ``subsys/mgmt/Kconfig:15`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Open Supervised Device Protocol (OSDP) driver .. parsed-literal:: config OSDP_LOG_LEVEL int "OSDP Logging Level" default 1 depends on \ :option:`OSDP ` help Set the logging level for the OSDP driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*