At the moment, Logbook logs requests and responses in the wrong encoding (ISO-8859-1 instead of UTF-8), which is why the Cyrillic alphabet is displayed incorrectly.
{"message":"ÐÐ¾Ð¼ÐµÑ ÑелеÑона должен бÑÑÑ Ð·Ð°Ð¿Ð¾Ð»Ð½ÐµÐ½}
Currently (library version 2.3.0), the log text is generated in org.zalando.logbook.DefaultHttpLogFormatter#format(org.zalando.logbook.Correlation, org.zalando.logbook.HttpResponse), where org is eventually called.zalando. logbook.servlet. LocalResponse#getCharset, which returns ISO-8859-1 encoding instead of UTF_8.
How do I change the encoding? How do I configure this?
I am using spring boot, I had the same problem and these lines in the application.yml helped me: