mirror of
https://github.com/open-webui/open-webui.git
synced 2025-10-04 19:02:41 +02: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:
@@ -2047,7 +2047,7 @@ async def process_web_search(
|
|||||||
result_items = []
|
result_items = []
|
||||||
|
|
||||||
try:
|
try:
|
||||||
logging.info(
|
logging.debug(
|
||||||
f"trying to web search with {request.app.state.config.WEB_SEARCH_ENGINE, form_data.queries}"
|
f"trying to web search with {request.app.state.config.WEB_SEARCH_ENGINE, form_data.queries}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user