Skip to content

Commit e3c8a61

Browse files
LuDudaArekBalysNordic
authored andcommitted
[nrf toup] nrfconnect: enable detailed logging of Matter messages
This commit adds option to enable IM Pretty Print from the KConfig. Signed-off-by: Łukasz Duda <lukasz.duda@nordicsemi.no>
1 parent d360f55 commit e3c8a61

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

config/nrfconnect/chip-module/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ matter_add_gn_arg_bool ("chip_enable_factory_data" CONFIG_CHIP_FA
168168
matter_add_gn_arg_bool ("chip_enable_read_client" CONFIG_CHIP_ENABLE_READ_CLIENT)
169169
matter_add_gn_arg_bool ("chip_mdns_minimal" CONFIG_WIFI_NRF70)
170170
matter_add_gn_arg_bool ("chip_mdns_platform" CONFIG_NET_L2_OPENTHREAD)
171+
matter_add_gn_arg_bool ("enable_im_pretty_print" CONFIG_CHIP_IM_PRETTY_PRINT)
171172

172173
if (CONFIG_CHIP_ENABLE_ICD_SUPPORT)
173174
matter_add_gn_arg_bool ("chip_enable_icd_lit" CONFIG_CHIP_ICD_LIT_SUPPORT)

config/nrfconnect/chip-module/Kconfig

+9
Original file line numberDiff line numberDiff line change
@@ -458,4 +458,13 @@ config CHIP_SYSTEM_PACKETBUFFER_POOL_SIZE
458458
help
459459
Total number of packet buffers allocated by the stack for internal pool.
460460

461+
config CHIP_IM_PRETTY_PRINT
462+
bool "Enable detailed logging of Matter messages"
463+
help
464+
Enables enhanced verbosity for logging content of Matter messages. This configuration option
465+
facilitates detailed tracking of interactions, including Cluster ID, Endpoint ID, Attribute ID,
466+
or Command ID as well as payload content for all interaction types (like Read Request or Invoke
467+
Request). This option helps in debugging and development of message exchanges within the Matter
468+
protocol.
469+
461470
endif # CHIP

0 commit comments

Comments
 (0)