Commit 7d0cd24
authored
fix(includes): use correct ERROR log level for STTRACE example (#978)
Log level ERR doesn't exist and you will get an error if you try to set
it in STTRACE. For example:
```
2025-11-23 13:03:24 WRN Bad log level requested in STTRACE (pkg=beacon level=ERR error="slog: level string \"ERR\": unknown name" log.pkg=slogutil)
```
ERROR is correct and won't give you this error.1 parent b90b5df commit 7d0cd24
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments