mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Revert log level to debug
This commit is contained in:
parent
7e761a69a7
commit
08443b3c55
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue