Spring boot access log 설정
2024. 8. 11. 22:47ㆍJava/Spring Boot
Log 생성 위치
Local: {프로젝트 Dir}/logs
Server: {jar 파일이 있는 Dir}/logs
설정
application.yml에 적용
server:
tomcat:
basedir: .
accesslog:
enabled: true
pattern: '%{yyyy-MM-dd HH:mm:ss}t %s %r %{User-Agent}i %{Referer}i %a %b'
'Java > Spring Boot' 카테고리의 다른 글
Spring boot static method에서 @Autowired field를 호출해야 하는 경우 (0) | 2024.08.13 |
---|---|
Spring boot 정적 파일 위치 셋팅 (0) | 2024.08.11 |
객체를 json으로 변환해서 보내기 (0) | 2024.08.03 |
because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. (0) | 2024.07.18 |
Spring boot에 sencha app 생성 (0) | 2024.07.13 |