Merge pull request #3066 from danswer-ai/bugfix/log-vespa-url

need to see vespa url for container debugging
This commit is contained in:
rkuo-danswer
2024-11-06 00:35:10 -08:00
committed by GitHub

View File

@@ -147,7 +147,7 @@ class VespaIndex(DocumentIndex):
return None
deploy_url = f"{VESPA_APPLICATION_ENDPOINT}/tenant/default/prepareandactivate"
logger.info(f"Deploying Vespa application package to {deploy_url}")
logger.notice(f"Deploying Vespa application package to {deploy_url}")
vespa_schema_path = os.path.join(
os.getcwd(), "danswer", "document_index", "vespa", "app_config"