|
|
|
|
|
Required |
|
WithGroupEmpty
|
|
|
Handlers should not log WithGroup() groups with no fields, whether or not they have non-empty names.
|
|
Chanchal Zap
|
|
|
{
"group1": {},
"level": "info",
"msg": "This is a message",
"time": "2025-02-16T01:41:19Z"
} |
Phsym Zerolog
|
|
|
{
"group1": {
"group2": {}
},
"level": "info",
"message": "This is a message",
"time": "2025-02-16T01:41:19Z"
} |
|
|