Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions apps/pre-processing-service/app/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,10 @@ class BaseSettingsConfig(BaseSettings):
db_pass: str
db_name: str
env_name: str
app_name: str

# MeCab 사전 경로 (자동 감지)
mecab_path: Optional[str] = None

# Loki 설정
loki_host: str = "localhost"
loki_port: int = 3100

# 테스트/추가용 필드
openai_api_key: Optional[str] = None # << 이 부분 추가

Expand Down
95 changes: 0 additions & 95 deletions apps/pre-processing-service/app/core/logging_config.py

This file was deleted.

5 changes: 0 additions & 5 deletions apps/pre-processing-service/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
from fastapi.exceptions import RequestValidationError
from app.middleware.ServiceLoggerMiddleware import ServiceLoggerMiddleware

# 파일 로깅 설정 초기화
from app.core.logging_config import setup_file_logging

setup_file_logging()

# --- 애플리케이션 구성 요소 임포트 ---
from app.api.router import api_router
from app.middleware.logging import LoggingMiddleware
Expand Down
Loading
Loading