ARMmbed / connectedhomeip

Project Connected Home over IP is a new Working Group within the Zigbee Alliance. This Working Group plans to develop and promote the adoption of a new connectivity standard to increase compatibility among smart home products, with security as a fundamental design tenet.
https://www.connectedhomeip.com
Apache License 2.0
10 stars 4 forks source link

Log filtering for shell example #170

Closed ATmobica closed 3 years ago

ATmobica commented 3 years ago

Problem

We need to add log filtering for shell example. Disabling logs by default will be needed for functional testing - we need only shell response printing.

Proposed Solution

Add SetLogFilter() to shell main with Error level of log. Enable log filtering in CHIPProjectCofnig.h file for shell example

ATmobica commented 3 years ago

Fix implemented and committed to functional-tests-fixes branch