log4j_sts

2022. 2. 22. 14:59ksmart_Framework/spring

728x90

1. 라이브러리 추가

<!-- https://mvnrepository.com/artifact/org.bgee.log4jdbc-log4j2/log4jdbc-log4j2-jdbc4.1 -->
<dependency>
    <groupId>org.bgee.log4jdbc-log4j2</groupId>
    <artifactId>log4jdbc-log4j2-jdbc4.1</artifactId>
    <version>1.16</version>
</dependency>

2. log4 propertyfile 삽입

log4jdbc.log4j2.properties
0.00MB

 

logback-spring.xml
0.00MB

3. 언어설정

 

4.Log4j 변수 및 로그패턴설정

<configuration>
</configuration>

 

728x90

'ksmart_Framework > spring' 카테고리의 다른 글

팀프로젝트 스프링부트  (0) 2022.03.14
회원가입_sts  (0) 2022.02.22
mybatis_sts  (0) 2022.02.22
springboot 백업_sts  (0) 2022.02.20
@Service @Autowired 어노테이션, ModelAndView_sts  (0) 2022.02.20