chore: initialize tech log backend

This commit is contained in:
DongHyeonka
2026-08-13 20:32:52 +09:00
parent e64e701fe5
commit e552e317d6
9 changed files with 26 additions and 14 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
# ----------------------------------------------------------------------------
# ----- App identity -----
APP_NAME=ca-skeleton
APP_NAME=tech-log-backend
SPRING_PROFILES_ACTIVE=local
# ----- Runtime safety (StartupSafetyValidator, D8) -----
@@ -51,7 +51,7 @@ APP_LOG_LEVEL_SQL=WARN
# ----- Logging: file output + rolling -----
APP_LOG_FILE_ENABLED=false
APP_LOG_FILE_PATH=logs/ca-skeleton.json
APP_LOG_FILE_PATH=logs/tech-log-backend.json
APP_LOG_FILE_MAX_SIZE=100MB
APP_LOG_FILE_MAX_HISTORY=14
APP_LOG_FILE_TOTAL_SIZE_CAP=3GB