Minor tweaks and fixes.

This commit is contained in:
2025-02-22 16:12:07 -06:00
parent 6bbd75f6a4
commit 63b286a6ed
2 changed files with 3 additions and 1 deletions

View File

@ -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)