Skip to content

bugfix: remove duplicate fields from JSON logs (time/level/msg)

Compare
Choose a tag to compare
@aybabtme aybabtme released this 12 Apr 03:25
· 286 commits to master since this release

Previous release with JSON logs support would print the time, level and msg keys twice: once in a pretty manner, then again in the manner of the other fields. This is super annoying, so I fixed it.