프로그래밍/spring
tomcat access log
낭만프로그래머.
2021. 2. 10. 09:03
회사 정책이 당연스럽게
spring-boot 을 쓰건 tomcat 을 쓰건 앞단에 nginx 를 써야만 해서
access log 통계를 nginx, apache 의 access log 를 이용했었는데
K8S 를 쓰다보니 굳이 그럴 필요성을 못느껴서 spring-boot 로 그냥 올렸는데
그렇게 하다보니 access log 의 필요성을 느껴서 좀 찾아보니
tomcat access log 를 사용해도 되겠다 싶어서
server.tomcat.accesslog.enabled=true
server.tomcat.basedir=tomcat
server.tomcat.accesslog.pattern=common