MVPilgrim commited on
Commit
0272774
·
verified ·
1 Parent(s): 61dc859

Update semsearch.py

Browse files
Files changed (1) hide show
  1. 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.WARNING)
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)