@@ -126,19 +126,18 @@ the original ESP32 or ESP8266) continue to use USB-to-serial bridge ICs for comm
126126
127127Possible log levels are (sorted by severity) :
128128
129- | Level | Color | Description |
130- | -------------- | ------ | ----------- |
131- | `NONE` | | No messages are logged. |
132- | `ERROR` | Red | Only errors are logged. Errors prevent the ESP from working correctly. |
133- | `WARN` | Yellow | Warnings and errors. Warnings are recoverable issues like invalid sensor readings. |
134- | `INFO` | Green | Errors, warnings and info messages are logged. |
135- | `DEBUG` | Cyan | **Default** - Everything up to debug level . Includes sensor readings and status messages. |
136- | `VERBOSE` | Gray | Like debug, but includes additional messages usually deemed to be spam. |
137- | `VERY_VERBOSE` | White | All internal messages including data flowing through I²C, SPI and UART buses. |
129+ | Level | Color | Description |
130+ | ------------------ | ------ | ----------- |
131+ | `NONE` | | No messages are logged. |
132+ | `ERROR` | Red | Only errors are logged. Errors prevent the ESP from working correctly. |
133+ | `WARN` | Yellow | Warnings and errors. Warnings are recoverable issues like invalid sensor readings. |
134+ | `INFO` | Green | Errors, warnings and info messages are logged. |
135+ | `DEBUG` (default) | Cyan | Everything up to debug. Includes sensor readings and status messages. |
136+ | `VERBOSE` | Gray | Like debug, but includes additional messages usually deemed to be spam. |
137+ | `VERY_VERBOSE` | White | All internal messages including data flowing through I²C, SPI and UART buses. |
138138
139139> [!WARNING]
140- > `VERY_VERBOSE` may cause the device to slow down and have trouble staying connected
141- > due to the amount of generated messages.
140+ > Using `VERY_VERBOSE` can significantly impact device performance and may cause connection instability.
142141
143142{{< anchor "logger-manual_tag_specific_levels" >}}
144143
0 commit comments