rs / zerolog

Zero Allocation JSON Logger
MIT License
10.33k stars 564 forks source link

adding support in fields for map string fix for issue 648 #655

Closed KDreynolds closed 2 months ago

KDreynolds commented 6 months ago

update to fields.go file to handle map[string]string as mentioned in issue #648

KDreynolds commented 5 months ago

I believe this PR should be all good to go. Let me know if I need to do anything else with this. Thanks!