need to see vespa url for container debugging

This commit is contained in:
Richard Kuo 2024-11-06 00:26:55 -08:00
parent 12cb77c80e
commit 864ac2ac5c

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"