mirror of https://github.com/open-webui/open-webui
Revert log level to debug
This commit is contained in:
parent
7e761a69a7
commit
08443b3c55
|
@ -52,7 +52,7 @@ def search_searxng(query_url: str, query: str, count: int, **kwargs) -> List[Sea
|
|||
|
||||
}
|
||||
|
||||
log.info(f"searching {query_url}")
|
||||
log.debug(f"searching {query_url}")
|
||||
|
||||
response = requests.get(
|
||||
query_url,
|
||||
|
|
Loading…
Reference in New Issue