log web search queries only with level 'debug' instead of 'info'

This commit is contained in:
Jan Kessler 2025-09-29 11:58:58 +02:00
parent b6a485371d
commit c9c0dd367f
No known key found for this signature in database
GPG key ID: FCF0DCB4ADFC53E7

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}"
)