You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
aiologger/aiologger/formatters/json.py
Line 175 in ed53c80
howdy! shouldn't this be
msg[self.default_msg_fieldname] = record.msg
, just like theJsonFormatter
? there's probably something else to be done on line 173 ifmsg
is already present in thedict
(IMO).cheers!
The text was updated successfully, but these errors were encountered: