반응형
한글이 깨져서 나와 로그를 읽을수가 없다.
#추가 - 간단해결
-Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=en
VM options에 입력
1. 인코딩을 UTF-8로 설정
Shift 버튼을 더블탭하면 나오는 검색창으로 edit custom VM options.. 열기
-Dfile.encoding=UTF-8 추가 후 저장
그리고 인텔리제이를 재시작하면
한글이 정상적으로 출력된다.
2. log를 영어로 출력시키기
Run/Debug Configuration에서 Tomcat Server 설정의 VM option에
-Duser.language=en -Duser.region=us 입력후 실행
영문으로 출력된다.
반응형