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.