We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e728bc commit 5135588Copy full SHA for 5135588
config/nrfconnect/chip-module/Kconfig.defaults
@@ -33,8 +33,11 @@ choice MATTER_LOG_LEVEL_CHOICE
33
default MATTER_LOG_LEVEL_DBG
34
endchoice
35
36
+config CHIP_APP_LOG_LEVEL
37
+ default 4 # debug
38
+
39
config LOG_DEFAULT_LEVEL
- default 2
40
+ default 2 # warning
41
42
config CHIP_LOG_SIZE_OPTIMIZATION
43
default y
src/platform/nrfconnect/CHIPPlatformConfig.h
@@ -93,7 +93,6 @@
93
#define CHIP_CONFIG_LOG_MODULE_AppServer_DETAIL 0
94
#define CHIP_CONFIG_LOG_MODULE_Support_DETAIL 0
95
#define CHIP_CONFIG_LOG_MODULE_Support_PROGRESS 0
96
-#define CHIP_CONFIG_LOG_MODULE_DeviceLayer_DETAIL 0
97
#endif
98
99
// Set MRP retry intervals for Thread and Wi-Fi to test-proven values.
0 commit comments