mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 08:41:59 +00:00
4be240782ef99182c437bd7f7455a5451a0c7af9
Add a logging filter to suppress "Package configuration completed successfully" messages from platformio platform modules. The existing FILTER_PLATFORMIO_LINES mechanism only filters stdout/stderr, but platformio's logger.info() calls bypass this by using Python's logging module with handlers that reference the original streams. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
Languages
C++
64.3%
Python
35.4%
C
0.2%
