We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43a0a6 commit f54dda2Copy full SHA for f54dda2
fluent/handler.py
@@ -51,7 +51,7 @@ def _structuring(self, data, msg):
51
try:
52
self._add_dic(data, json.loads(str(msg)))
53
except (ValueError, json.JSONDecodeError):
54
- pass
+ self._add_dic(data, {'message': msg})
55
56
@staticmethod
57
def _add_dic(data, dic):
0 commit comments