docs: add changelog for PR 11661

This commit is contained in:
Zaiming (Stone) Shi 2023-09-22 16:06:40 +02:00
parent 5f45ba50ff
commit a9df99746a
1 changed files with 3 additions and 0 deletions

View File

@ -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.