Levels & statuses
Levels
FATAL, ERROR, WARNING, INFO, DEBUG.
Inbound level values are case-insensitive, and common aliases are mapped automatically:
| You send | Stored as |
|---|---|
fatal, critical | FATAL |
error, err | ERROR |
warning, warn | WARNING |
info, log | INFO |
debug | DEBUG |
Anything unrecognized defaults to ERROR.
Issue statuses
| Status | Meaning |
|---|---|
UNRESOLVED | Active and needs attention (the default for new issues). |
RESOLVED | Handled. A new matching event flips it back to UNRESOLVED (a regression). |
IGNORED | Muted. Stays ignored even when new events arrive. |