[해결] 로깅관련
- 작성자 :
- 박*한
- 작성일 :
- 2013-03-07 09:24:09
- 조회수 :
- 1,201
- 구분 :
- 운영환경
- 진행상태 :
- 완료
Q
context-properties.xml 에서 아래의 checkInterval 을 1000 에서 100000 으로 수정하여 (1초에서 28분으로 늘려) 해결하였습니다.
<bean name="propertiesService" class="kicc.easypos.cmm.util.ReloadablePropertyService">
<property name="extFileName">
<set>
<value>classpath*:/egovframework/properties/*.properties</value>
</set>
</property>
<property name="checkInterval" value="100000" />
</bean>
-----------------------------------------------------------------------------------------------------------------------------------------------
안녕하세요.
전자정부 프레임워크를 사용하여 개발된 프로젝트를 운영환경의 제우스에 올려 테스트 중입니다.
로깅 파일을 보니 아래와 같이 주기적으로 (1초당) 올라감을 볼 수 있는데요. 혹시 WAS단에서 제어하지 않고서 메시지를 발생시키지 않도록 할 수 있을까요?
2013-03-06 17:40:00,822 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] Looking for matching resources in directory tree [/user/test/test/WEB-INF/classes/egovframework/properties]
2013-03-06 17:40:00,822 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] Searching directory [/user/test/test/WEB-INF/classes/egovframework/properties] for files matching pattern [/user/test/test/WEB-INF/classes/egovframework/properties/*.properties]
2013-03-06 17:40:00,823 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] Resolved location pattern [classpath*:/egovframework/properties/*.properties] to resources [file [/user/test/test/WEB-INF/classes/egovframework/properties/config.properties]]
2013-03-06 17:40:01,832 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] Looking for matching resources in directory tree [/user/test/test/WEB-INF/classes/egovframework/properties]
답변 부탁드립니다.
(log4j.xml 도 첨부해봅니다)
-----------------------------------------------------------------------------------------------------------------------------------------------
안녕하세요.. ..
올려주신 log4j.xml 상에서는.. org.springframework 부분의 로그 레벨이 ERROR이기 때문에.. 주기적으로 발생되는 DEBUG 로그는 발생되지 않아야 합니다.
아마도 이 log4j.xml 말고도 다른 쪽 classpath 상에 다른 log4j.xml이나 log4j.properties 파일이 존재하시는 경우 같습니다. (WEB-INF/classes 디렉토리 또는 jar 안에 포함되어 있는 경우)
다른 파일을 확인하셔서.. 제외시키시거나.. 로그 레벨을 변경하셔야 할 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
<bean name="propertiesService" class="kicc.easypos.cmm.util.ReloadablePropertyService">
<property name="extFileName">
<set>
<value>classpath*:/egovframework/properties/*.properties</value>
</set>
</property>
<property name="checkInterval" value="100000" />
</bean>
-----------------------------------------------------------------------------------------------------------------------------------------------
안녕하세요.
전자정부 프레임워크를 사용하여 개발된 프로젝트를 운영환경의 제우스에 올려 테스트 중입니다.
로깅 파일을 보니 아래와 같이 주기적으로 (1초당) 올라감을 볼 수 있는데요. 혹시 WAS단에서 제어하지 않고서 메시지를 발생시키지 않도록 할 수 있을까요?
2013-03-06 17:40:00,822 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] Looking for matching resources in directory tree [/user/test/test/WEB-INF/classes/egovframework/properties]
2013-03-06 17:40:00,822 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] Searching directory [/user/test/test/WEB-INF/classes/egovframework/properties] for files matching pattern [/user/test/test/WEB-INF/classes/egovframework/properties/*.properties]
2013-03-06 17:40:00,823 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] Resolved location pattern [classpath*:/egovframework/properties/*.properties] to resources [file [/user/test/test/WEB-INF/classes/egovframework/properties/config.properties]]
2013-03-06 17:40:01,832 DEBUG [org.springframework.core.io.support.PathMatchingResourcePatternResolver] Looking for matching resources in directory tree [/user/test/test/WEB-INF/classes/egovframework/properties]
답변 부탁드립니다.
(log4j.xml 도 첨부해봅니다)
-----------------------------------------------------------------------------------------------------------------------------------------------
안녕하세요.. ..
올려주신 log4j.xml 상에서는.. org.springframework 부분의 로그 레벨이 ERROR이기 때문에.. 주기적으로 발생되는 DEBUG 로그는 발생되지 않아야 합니다.
아마도 이 log4j.xml 말고도 다른 쪽 classpath 상에 다른 log4j.xml이나 log4j.properties 파일이 존재하시는 경우 같습니다. (WEB-INF/classes 디렉토리 또는 jar 안에 포함되어 있는 경우)
다른 파일을 확인하셔서.. 제외시키시거나.. 로그 레벨을 변경하셔야 할 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
A
안녕하세요. 박상한님
해결되셨다니 축하드립니다.
이렇게 해결방법도 공유해 주시니 감사드립니다.
좋은하루 되세요.
해결되셨다니 축하드립니다.
이렇게 해결방법도 공유해 주시니 감사드립니다.
좋은하루 되세요.