^WithGroup().With()^ ends up at top level of log record instead of in the group
Almost all handlers treat logger.WithGroup(<name>).With(<attrs>) as writing <attrs> to the group <name>.
Some handlers write <attrs> to the top level of the log record.
Chanchal Zap
{
"group": {},
"key": "value",
"level": "info",
"msg": "This is a message",
"time": "2025-02-16T01:41:19Z"
}