실행프로파일, 로그설정

This commit is contained in:
Hyowon Yang
2025-10-24 10:04:28 +09:00
parent 46fc1663a5
commit 887b46ab46
3 changed files with 387 additions and 1 deletions
@@ -103,7 +103,12 @@ logging:
console: "%d{yyyy-MM-dd HH:mm:ss} - %msg%n"
file: "%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n"
file:
name: ${LOG_FILE_PATH:logs/analytics-service.log}
name: ${LOG_FILE:logs/analytics-service.log}
logback:
rollingpolicy:
max-file-size: 10MB
max-history: 7
total-size-cap: 100MB
# Resilience4j Circuit Breaker
resilience4j: