v0.1.10 trace log level added avoiding toggle

This commit is contained in:
2026-08-01 08:46:34 -04:00
parent 2af9af2359
commit 4c760a471e
3 changed files with 12 additions and 2 deletions
+2
View File
@@ -319,6 +319,8 @@ func (f *Formatter) appendValue(dst []byte, v any, serializer *sanitizer.Seriali
// LevelToString converts integer level values to string
func LevelToString(level int64) string {
switch level {
case -8:
return "TRACE"
case -4:
return "DEBUG"
case 0: