Spaces:
Running
Running
Update semsearch.py
Browse files- semsearch.py +1 -1
semsearch.py
CHANGED
@@ -21,7 +21,7 @@ from IPython.display import display, clear_output
|
|
21 |
|
22 |
|
23 |
weaviate_logger = logging.getLogger("httpx")
|
24 |
-
weaviate_logger.setLevel(logging.
|
25 |
|
26 |
logger = logging.getLogger(__name__)
|
27 |
logging.basicConfig(level=logging.INFO)
|
|
|
21 |
|
22 |
|
23 |
weaviate_logger = logging.getLogger("httpx")
|
24 |
+
weaviate_logger.setLevel(logging.DEBUG)
|
25 |
|
26 |
logger = logging.getLogger(__name__)
|
27 |
logging.basicConfig(level=logging.INFO)
|