Minor tweaks and fixes.

This commit is contained in:
Hyatt 2025-02-22 16:12:07 -06:00
parent 6bbd75f6a4
commit 63b286a6ed
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"editor.insertSpaces": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "always"
}
},

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)