일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- plugin
- NPM
- 공정능력
- Android
- SQL
- Java
- hadoop
- Spring
- Eclipse
- mybatis
- es6
- Express
- JavaScript
- window
- xPlatform
- GIT
- MSSQL
- SPC
- Sqoop
- SSL
- Kotlin
- Python
- react
- tomcat
- mapreduce
- R
- 보조정렬
- IntelliJ
- table
- vaadin
- Today
- Total
목록slf4j (2)
DBILITY
springframework은 jakarta commons logging을 사용하므로, commons-logging의 dependancy를 제거(exclude)하고, slf4j-api dependancy 확인 후 jcl-over-slf4j dependancy를 추가한다( slf4j Bridging legacy APIs 참조 ) spring mvc pom sample 1.6 3.1.1.RELEASE 1.6.10 1.6.6 2.2 org.springframework spring-context ${org.springframework-version} commons-logging commons-logging org.springframework spring-webmvc ${org.springframework-ver..
대부분 tomcat에서 테스트/개발을 진행해도 충분합니다만, 특정WAS에서 테스트를 거치거나 종속적 기능을 사용할 경우가 있습니다. log4j 설정이 weblogic12c 서버 배포후 적용되지 않을때, 실례로 로그파일크기가 심각한 수준으로 증가하여 서비스 응답이 느려지고, 프로세스가 hogging이나 stuck 상태에 빠진 경우가 있습니다. 아래 파일을 WEB-INF에 추가 후 배포해 보세요. weblogic.xml false org.slf4j org.apache.log4j org.apache.commons net.sf.log4jdbc org/slf4j/impl/StaticLoggerBinder.class 12.1.2 context-name