Merge pull request #17888 from Ithanil/nolog_websearch

fix: log web search queries only with level 'debug' instead of 'info'
This commit is contained in:
Tim Jaeryang Baek 2025-09-29 21:27:27 -05:00 committed by GitHub
commit ddb109a456
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2047,7 +2047,7 @@ async def process_web_search(
result_items = []
try:
logging.info(
logging.debug(
f"trying to web search with {request.app.state.config.WEB_SEARCH_ENGINE, form_data.queries}"
)