arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.69k stars 4.72k forks source link

Matter show event name in logs #21649

Closed s-hadinger closed 2 weeks ago

s-hadinger commented 2 weeks ago

Description:

Matter, show name of events in logs, to make them more user-friendly (only visible at loglevel 3):

00:00:02.632 MTR: +Add_Event (CRIT     11019) [00]0028/00 (StartUp) - 14.1.0.2
00:00:02.664 MTR: +Add_Event (CRIT     11020) [00]0033/03 (BootReason) - 1U
00:00:02.687 MTR: Configuring endpoints
00:00:02.689 MTR:   endpoint =     0 type:root
00:00:02.690 MTR:   endpoint =     1 type:aggregator
00:00:02.693 MTR:   endpoint =     2 type:light3
00:00:02.695 RSL: RESULT = {"Matter":{"Initialized":1}}

Checklist:

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass