There was an error while loading. Please reload this page.
1 parent df03e14 commit 5cbd959Copy full SHA for 5cbd959
levels.go
@@ -14,7 +14,7 @@ type Level int
14
15
// Log levels.
16
const (
17
- InvalidLevel Level = iota - 1
+ InvalidLevel Level = iota
18
DebugLevel
19
InfoLevel
20
WarnLevel
0 commit comments