웹한글기안기 V1 필터 서비스 로그 path를 다른 경로로 변경하려고 하는데 port.log는 기본 경로에 그대로 쌓이고 있습니다.
수정 내용
1.startup.sh파일 “-Dsettings.log.dir=“/home/hancom/logs” 변경
2. webhwpctrl/webhwp-filter-service/conf/log4j2.properties 파일 basePath 경로 변경
property.basePath = /home/hancom/logs
appender.rolling.fileName= /home/hancom/logs/filter-service.log
appender.rolling.filePattern= /home/hancom/logs/filter-service_%d{yyyyMMdd}-[%i].log.gz
위 경로 파일에 basePath경로 수정하였지만 filter-service-19501.log 로그 파일들은 기본 경로에 쌓이고 있습니다. 모든 로그 파일 경로 방법 알려주세요