I am using logback.xml for Springboot application logging. My issue is when there are non-English characters it prints ? in the log file.
I goggle it and found -Dfile.encoding=UTF-8
In .conf file i made below entry but still log file is showing ? for non english charecters. I am using Spring boot 2.5.0 version on Linux.
JAVA_OPTS=-Xmx5024M
RUN_ARGS="-Dspring.config.location=/AGNITY/aconyx/KWD/application.properties -Dfile.encoding=UTF-8"