log
log copied to clipboard
Keyval named level not working
Describe the bug
When i try to log with a keyval named level, nothing is logged
To Reproduce
log.Info("test", "level", "foo", "anything-else", "bar") // 2025/04/14 10:43:16 INFO test anything-else=bar
Expected behavior
The level key should log the given value.
+1, have this issue too, how oddly specific)