feat(P3): 5개 서비스 비즈니스 이벤트 logger.info 보강
This commit is contained in:
@@ -80,6 +80,7 @@ def extract_for_category(category: str, limit: int = KEYWORDS_PER_CATEGORY) -> L
|
||||
"articles_count": sum(1 for a in articles if kw["keyword"] in a["title"]),
|
||||
})
|
||||
saved.append({"id": kid, **kw, "category": category})
|
||||
logger.info(f"키워드 추출 완료: category={category!r}, count={len(saved)}")
|
||||
return saved
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user