From 0d06105a09f4968cbb56c1b7ebd4016e56ea0299 Mon Sep 17 00:00:00 2001 From: Augustin Chan Date: Sat, 27 Jan 2024 17:30:25 +0800 Subject: [PATCH] Update examples/getting_started.py Co-authored-by: Madeesh Kannan --- examples/getting_started.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/getting_started.py b/examples/getting_started.py index 163e2779c0..de77e1e785 100644 --- a/examples/getting_started.py +++ b/examples/getting_started.py @@ -7,7 +7,7 @@ from haystack.document_stores import InMemoryDocumentStore from haystack.utils import build_pipeline, add_example_data, print_answers -logging.basicConfig(level=logging.DEBUG) +logger = logging.getLogger(__name__) def getting_started(provider, API_KEY, API_BASE: Optional[str] = None):