From 3162a6b296d39dfb5ff47a3df0302136b8ac6bf3 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Thu, 27 Aug 2026 11:22:02 +0200 Subject: [PATCH] debug: add better logging in startup script --- bin/start_service.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/start_service.sh b/bin/start_service.sh index a2d2f85..1ba4791 100755 --- a/bin/start_service.sh +++ b/bin/start_service.sh @@ -22,6 +22,8 @@ export PSI_GFA_FACILITY=SLS if [ "${AGEBD_ENV}" = "dev" ]; then export EPICS_CA_ADDR_LIST="$EPICS_CA_ADDR_LIST 129.129.146.255" fi +echo "EPICS_CA_ADDR_LIST:" +echo "$EPICS_CA_ADDR_LIST" # activate conda environment . /opt/gfa/python-3.10/latest/bin/activate