From 3b22ca150f2233b93ccc37ec28cb9281caddf6ce Mon Sep 17 00:00:00 2001
From: Christophe Benz <christophe.benz@nomics.world>
Date: Tue, 13 Feb 2024 12:05:54 +0100
Subject: [PATCH] Add --debug option to dbnomics-solr

---
 template/index-provider.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/index-provider.sh b/template/index-provider.sh
index 93cbe91..776b177 100755
--- a/template/index-provider.sh
+++ b/template/index-provider.sh
@@ -10,4 +10,4 @@ fi
 export PROVIDER_DATA_DIR="$(realpath $1)"
 shift
 
-docker compose -f compose.yml -f compose.index.yml run --rm --entrypoint "sh -c 'dbnomics-solr index-provider /provider-data $@'" index
+docker compose -f compose.yml -f compose.index.yml run --rm --entrypoint "sh -c 'dbnomics-solr --debug index-provider /provider-data $@'" index
-- 
GitLab