From 43f298ba33861ef35411ac4f6c8d285dc18f0c0b Mon Sep 17 00:00:00 2001 From: Leonid Boytsov Date: Thu, 8 Feb 2018 22:39:01 -0500 Subject: [PATCH] Update README.md --- python_bindings/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_bindings/README.md b/python_bindings/README.md index 4d4e5b7..4752886 100644 --- a/python_bindings/README.md +++ b/python_bindings/README.md @@ -51,7 +51,7 @@ NMSLIB produces quite a few informational messages. By default, they are not sho ``` import logging -logging.basicConfig(level=logging.INFO) +logging.basicConfig(level=logging.DEBUG) ``` #### Installing with Extras