mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
log web search queries only with level 'debug' instead of 'info'
This commit is contained in:
parent
b6a485371d
commit
c9c0dd367f
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue