allow skipping callstack in errors and events

This commit is contained in:
2024-05-20 13:39:55 +02:00
parent c70a285e70
commit f5819972a4
3 changed files with 13 additions and 3 deletions

View File

@ -77,7 +77,7 @@ func FromString(level string) SeverityLevel {
case "TRACE":
return TRACE
default:
return CRIT
return unset
}
}