diff options
author | Antoine A <> | 2024-11-14 19:37:37 +0100 |
---|---|---|
committer | Antoine A <> | 2024-11-14 19:38:53 +0100 |
commit | e564533855d8c0e4ea8d96b1f9cca5764ebd23a3 (patch) | |
tree | 80e955c3a7387c1896822e3ec04ed8c72a321983 /src/testing/taler-unified-setup.sh | |
parent | bac8fa20abbe641b2b745d759c46966327bdbb64 (diff) |
test: set log level for libeufin-bank in unified setup script
Diffstat (limited to 'src/testing/taler-unified-setup.sh')
-rwxr-xr-x | src/testing/taler-unified-setup.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh index 86ec65b61..1b242f011 100755 --- a/src/testing/taler-unified-setup.sh +++ b/src/testing/taler-unified-setup.sh @@ -354,11 +354,13 @@ then libeufin-bank dbinit \ -r \ -c "$CONF" \ + -L "$LOGLEVEL" \ &> libeufin-bank-reset.log echo "DONE" echo -n "Launching bank ... " libeufin-bank serve \ -c "$CONF" \ + -L "$LOGLEVEL" \ > libeufin-bank-stdout.log \ 2> libeufin-bank-stderr.log & echo $! > libeufin-bank.pid @@ -389,11 +391,13 @@ then libeufin-bank \ passwd \ -c "$CONF" \ + -L "$LOGLEVEL" \ "$AUSER" "$APASS" \ &> libeufin-bank-passwd.log libeufin-bank \ edit-account \ -c "$CONF" \ + -L "$LOGLEVEL" \ --debit_threshold="$CURRENCY:1000000" \ "$AUSER" \ &> libeufin-bank-debit-threshold.log |