Skip to content

Commit

Permalink
[nrfconnect] Changed log levels for two modules (#25274)
Browse files Browse the repository at this point in the history
Debug logs from DeviceLayer and applications are not visible
because configured log level is too high. Changed log level
for both modules to detailed.
  • Loading branch information
kkasperczyk-no authored and pull[bot] committed Oct 5, 2023
1 parent a7648c8 commit 1311968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@ choice MATTER_LOG_LEVEL_CHOICE
default MATTER_LOG_LEVEL_DBG
endchoice

config CHIP_APP_LOG_LEVEL
default 4 # debug

config LOG_DEFAULT_LEVEL
default 2
default 2 # warning

config CHIP_LOG_SIZE_OPTIMIZATION
default y
Expand Down
1 change: 0 additions & 1 deletion src/platform/nrfconnect/CHIPPlatformConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
#define CHIP_CONFIG_LOG_MODULE_AppServer_DETAIL 0
#define CHIP_CONFIG_LOG_MODULE_Support_DETAIL 0
#define CHIP_CONFIG_LOG_MODULE_Support_PROGRESS 0
#define CHIP_CONFIG_LOG_MODULE_DeviceLayer_DETAIL 0
#endif

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

0 comments on commit 1311968

Please sign in to comment.