:orphan: .. title:: choice MODBUS_LOG_LEVEL_CHOICE: Max compiled-in log level for Modbus Support .. _choice_540: .. describe:: choice MODBUS_LOG_LEVEL_CHOICE: Max compiled-in log level for Modbus Support *Max compiled-in log level for Modbus Support* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`MODBUS ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MODBUS_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`MODBUS_LOG_LEVEL_OFF ` - \ :kconfig:`MODBUS_LOG_LEVEL_ERR ` - \ :kconfig:`MODBUS_LOG_LEVEL_WRN ` - \ :kconfig:`MODBUS_LOG_LEVEL_INF ` - \ :kconfig:`MODBUS_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:37`` → ``/modbus/Kconfig:84`` Menu path: (Top) → Sub Systems and OS Services → Modbus support .. code-block:: kconfig choice MODBUS_LOG_LEVEL_CHOICE bool "Max compiled-in log level for Modbus Support" default MODBUS_LOG_LEVEL_INF depends on LOG && MODBUS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*