aiologger icon indicating copy to clipboard operation
aiologger copied to clipboard

ExtendedJsonFormatter issue on format

Open vltr opened this issue 2 years ago • 0 comments

https://github.com/async-worker/aiologger/blob/ed53c805fdcd653445a624561a71a01ba4cf6cc6/aiologger/formatters/json.py#L175

howdy! shouldn't this be msg[self.default_msg_fieldname] = record.msg, just like the JsonFormatter ? there's probably something else to be done on line 173 if msg is already present in the dict (IMO).

cheers!

vltr avatar Jun 07 '22 18:06 vltr