Skip to content

Commit

Permalink
fix logging (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Dec 8, 2023
1 parent b8a8efc commit 87cd897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from chain import get_embeddings_model
from constants import WEAVIATE_DOCS_INDEX_NAME

logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)

WEAVIATE_URL = os.environ["WEAVIATE_URL"]
Expand Down

0 comments on commit 87cd897

Please sign in to comment.