Spring + Mybatis + log4j 연동 중 아래의 오류가 발생
The content of element type "log4j:configuration" must match "(renderer*,appender*,plugin*,(category|logger)*,root?,(categoryFactory|loggerFactory)?)".
log4j.xml 에 새로운 logger 추가 시 <root> 하단에 추가 하여 오류가 난 것이다.
<logger ...>
</logger>
logger 순서를 지켜야 한다.
새로운 logger 추가 시 logger 밑에다 추가 하자
'Framework' 카테고리의 다른 글
[Eclipse] Exception sending context destroyed event to listener instance of class 오류 (0) | 2018.11.09 |
---|---|
[Spring+Mybatis+Log4j] 로그 출력 (0) | 2018.10.12 |
[Spring + Mybatis ] Mapped Statements collection does not contain value for (0) | 2015.07.21 |
[Spring] Could not get JDBC Connection (0) | 2015.06.12 |
[Mybatis] java.sql.SQLException: 해당 위치에 지원되지 않는 SQL92 토큰: (4) | 2015.03.10 |