I have been handed a code which uses log4j as the logger application. How can I generate a UTF8 logging file for it?. The logfile being created by log4j is in ASCII format at th
It should be:
log4j.appender.FILE.encoding=UTF-8