mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-06-13 00:29:10 +00:00
로깅 설정 추가 및 실행 프로파일 수정
- 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:
+1
-1
@@ -8,7 +8,6 @@ yarn-error.log*
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
.run/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
@@ -22,6 +21,7 @@ dist/
|
||||
build/
|
||||
*.log
|
||||
.gradle/
|
||||
logs/
|
||||
|
||||
# Environment
|
||||
.env
|
||||
|
||||
Reference in New Issue
Block a user