mirror of
https://github.com/BoPeng/ai-marketplace-monitor.git
synced 2025-12-23 22:28:18 -05:00
Suppress an info message (close #204)
This commit is contained in:
@@ -271,7 +271,7 @@ class OpenAIBackend(AIBackend):
|
||||
res: AIResponse | None = AIResponse.from_cache(listing, item_config, marketplace_config)
|
||||
if res is not None:
|
||||
if self.logger:
|
||||
self.logger.info(
|
||||
self.logger.debug(
|
||||
f"""{hilight("[AI]", res.style)} {self.config.name} previously concluded {hilight(f"{res.conclusion} ({res.score}): {res.comment}", res.style)} for listing {hilight(listing.title)}."""
|
||||
)
|
||||
return res
|
||||
|
||||
Reference in New Issue
Block a user