Browse Source

docs: add changelog for PR 11661

Zaiming (Stone) Shi 2 năm trước cách đây
mục cha
commit
a9df99746a
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      changes/ce/fix-11661.en.md

+ 3 - 0
changes/ce/fix-11661.en.md

@@ -0,0 +1,3 @@
+Fix log formatter when log.HANDLER.formatter is set to 'json'.
+
+The bug was introduced in v5.0.4 where the log line was no longer a valid JSON, but prefixed with timestamp string and level name.