Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect maximum log level in esp32 pw_hdlc logger (project-chip#19401)
Enabling HDLC & RPC causes a significant increase in logs verbosity on ESP32 which may cause bottlenecks (even causing commissioning to fail). Respect the maximum log level to suppress these extra logs. It would be more efficient to check this at the logging call sites, but using a platform specific level limit is not easily supported with the matter logging stack (instead, there are separate build time toggles such as CHIP_DETAIL_LOGGING).
- Loading branch information