:orphan: .. title:: choice: Log level for TFTP .. _choice_600: .. describe:: choice: Log level for TFTP *Log level for TFTP* Type: ``bool`` Direct dependencies =================== \ :kconfig:`NET_LOG ` && \ :kconfig:`TFTP_LIB ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`TFTP_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`TFTP_LOG_LEVEL_OFF ` - \ :kconfig:`TFTP_LOG_LEVEL_ERR ` - \ :kconfig:`TFTP_LOG_LEVEL_WRN ` - \ :kconfig:`TFTP_LOG_LEVEL_INF ` - \ :kconfig:`TFTP_LOG_LEVEL_DBG ` - \ :kconfig:`TFTP_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:12`` → ``/net/lib/tftp/Kconfig:19`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols → Socket TFTP Library Support [EXPERIMENTAL] .. code-block:: kconfig choice bool "Log level for TFTP" default TFTP_LOG_LEVEL_DEFAULT depends on NET_LOG && TFTP_LIB && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*