You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- NOC cluster was using Info/Debug verbosity for errors
- NOC cluster was not logging sufficient info for some errors
- NOC cluster had a variety of asymmetrical log formats related
to multiple authors.
- NOC cluster was using emberAfPrintln() instead of ChipLog*()
This PR cleans up the logging and normalizes it
Fixesproject-chip#18384
Testing done:
- Unit tests and cert tests pass
- Logging audited on a cert test run for funkiness, none found
* Normalize NOC cluster logs
- NOC cluster was using Info/Debug verbosity for errors
- NOC cluster was not logging sufficient info for some errors
- NOC cluster had a variety of asymmetrical log formats related
to multiple authors.
- NOC cluster was using emberAfPrintln() instead of ChipLog*()
This PR cleans up the logging and normalizes it
Fixes#18384
Testing done:
- Unit tests and cert tests pass
- Logging audited on a cert test run for funkiness, none found
* Restyled by clang-format
* Apply review comments
Co-authored-by: Restyled.io <[email protected]>
Problem
Errors such as the following are logged as
INFO
:Proposed Solution
Since these do expose real issues, they should be logged as
ERROR
.The text was updated successfully, but these errors were encountered: