로깅 설정 추가 및 실행 프로파일 수정

- application.yml에 로그 파일 Rolling 설정 추가
- .run 폴더를 Git 추적에 포함하도록 .gitignore 수정
- logs 디렉토리는 Git에서 제외
- IntelliJ 실행 프로파일 구조 개선

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
doyeon
2025-10-24 13:22:39 +09:00
parent e10814f83a
commit c6de9bd1d0
3 changed files with 88 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,6 @@ yarn-error.log*
# IDE
.idea/
.vscode/
.run/
*.swp
*.swo
*~
@@ -22,6 +21,7 @@ dist/
build/
*.log
.gradle/
logs/
# Environment
.env