mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Fix markdown table syntax for system log
This commit is contained in:
parent
75189af571
commit
452cb7fef0
@ -53,7 +53,7 @@ Write a log entry
|
|||||||
Errors and warnings are posted as the event `system_log_event`, so it is possible to write automations that trigger whenever a warning or error occurs. The following information is included in each event:
|
Errors and warnings are posted as the event `system_log_event`, so it is possible to write automations that trigger whenever a warning or error occurs. The following information is included in each event:
|
||||||
|
|
||||||
| Field | Description |
|
| Field | Description |
|
||||||
|-------------------------------------------------------------------------------------------|
|
|-------------|-----------------------------------------------------------------------------|
|
||||||
| `level` | Either `WARNING` or `ERROR` depending on severity. |
|
| `level` | Either `WARNING` or `ERROR` depending on severity. |
|
||||||
| `source` | File that triggered the error, e.g., `core.py` or `media_player/yamaha.py`. |
|
| `source` | File that triggered the error, e.g., `core.py` or `media_player/yamaha.py`. |
|
||||||
| `exception` | Full stack trace if available, an empty string otherwise. |
|
| `exception` | Full stack trace if available, an empty string otherwise. |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user