Reduce more logs (#8712)

This commit is contained in:
Engel Nyst
2025-05-27 16:05:04 +02:00
committed by GitHub
parent 342563d113
commit 8ee85a45a2
6 changed files with 23 additions and 17 deletions

View File

@@ -89,8 +89,6 @@ async def auto_generate_title(
Returns:
A generated title string
"""
logger.info(f'Auto-generating title for conversation {conversation_id}')
try:
# Create an event stream for the conversation
event_stream = EventStream(conversation_id, file_store, user_id)