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
commit da6ed5b2b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"