The output HTML file doesn't have meta charset attribute, which causes my browser (Chrome) to render the log file as ISO-8859-5 by default.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
Have a similar issue with html layout:
Even though, my logback.xml contains
<encoder class="ch.qos.logback.core.encoder.LayoutWrappingEncoder"> <charset>UTF-8</charset> ... </encoder>
The output HTML file doesn't have meta charset attribute, which causes my browser (Chrome) to render the log file as ISO-8859-5 by default.