mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
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:
commit
ddb109a456
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