Minor tweaks and fixes.
This commit is contained in:
@ -20,6 +20,8 @@ func slogToBuffer() (*bytes.Buffer, *slog.Logger) {
|
||||
}
|
||||
|
||||
func TestSetLogLevel(t *testing.T) {
|
||||
Init("text")
|
||||
|
||||
for _, i := range []int{0, 21, 41, 61, 81, 101} {
|
||||
SetNumericLevel(i)
|
||||
|
||||
|
Reference in New Issue
Block a user