Skip to content

Commit 5135588

Browse files
[nrfconnect] Changed log levels for two modules
Debug logs from DeviceLayer and applications are not visible because configured log level is too high. Changed log level for both modules to detailed.
1 parent 7e728bc commit 5135588

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ choice MATTER_LOG_LEVEL_CHOICE
3333
default MATTER_LOG_LEVEL_DBG
3434
endchoice
3535

36+
config CHIP_APP_LOG_LEVEL
37+
default 4 # debug
38+
3639
config LOG_DEFAULT_LEVEL
37-
default 2
40+
default 2 # warning
3841

3942
config CHIP_LOG_SIZE_OPTIMIZATION
4043
default y

src/platform/nrfconnect/CHIPPlatformConfig.h

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393
#define CHIP_CONFIG_LOG_MODULE_AppServer_DETAIL 0
9494
#define CHIP_CONFIG_LOG_MODULE_Support_DETAIL 0
9595
#define CHIP_CONFIG_LOG_MODULE_Support_PROGRESS 0
96-
#define CHIP_CONFIG_LOG_MODULE_DeviceLayer_DETAIL 0
9796
#endif
9897

9998
// Set MRP retry intervals for Thread and Wi-Fi to test-proven values.

0 commit comments

Comments
 (0)