springboot Druid 에서 log4j 2 를 사용 하여 로그 출력
7351 단어 자바springbootdruid
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-logging
org.springframework.boot
spring-boot-starter-log4j2
com.alibaba
druid-spring-boot-starter
1.1.6
org.springframework.boot
spring-boot-starter-aop
org.springframework.boot
spring-boot-starter-logging
log4j 2. xml 파일 의 로그 설정 (완전, 직접 복사 사용 가능)
application. properties 설정
#
spring.datasource.druid.filter.slf4j.enabled=true
spring.datasource.druid.filter.slf4j.statement-create-after-log-enabled=false
spring.datasource.druid.filter.slf4j.statement-close-after-log-enabled=false
spring.datasource.druid.filter.slf4j.result-set-open-after-log-enabled=false
spring.datasource.druid.filter.slf4j.result-set-close-after-log-enabled=false
#
logging.config: classpath:log4j2.xml
log4j 2 의 용법 을 별도로 첨부 합 니 다.https://blog.csdn.net/yangshangwei/article/details/75146896 이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Is Eclipse IDE dying?In 2014 the Eclipse IDE is the leading development environment for Java with a market share of approximately 65%. but ac...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.