Minor tweaks and fixes.
This commit is contained in:
parent
6bbd75f6a4
commit
63b286a6ed
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -14,7 +14,7 @@
|
||||
"editor.insertSpaces": false,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
"source.organizeImports": "always"
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user