Explorar el Código

docs: add changelog for PR 11661

Zaiming (Stone) Shi hace 2 años
padre
commit
a9df99746a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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.