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
+1
View File
@@ -9,6 +9,7 @@ import (
// Log level constants
const (
LevelTrace int64 = -8
LevelDebug int64 = -4
LevelInfo int64 = 0
LevelWarn int64 = 4