bugfix: remove duplicate fields from JSON logs (time/level/msg)
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.