I have spring boot jar deployed as web app in Microsoft azure, this jar is generating rolling log files at wwwroot location and is printing chinese characters as ??? in log files. Is there a way to print proper chinese characers in the log files ?
PS: The chinese characters are printed properly in the console logs in my local machine.