오라클/WebLogic
WAS file encoding(Character)
sangyeon
2022. 10. 26. 15:30
728x90
JVM 옵션으로 파일 인코딩 설정이 가능하지만, 없다면 기본적으로 host(OS)의 character encoding을 따라간다
(-Dfile.encoding=utf8)
The character encoding used in writing the log files is the default character encoding of the host system.
728x90