summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-31 20:41:33 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-31 20:41:33 +0100
commit54b4951b89f4432da45869fda8b20d9a5e1e40b5 (patch)
tree7210b7cba569d455d6a477e38485a46d5cff58bb /src/testing
parent65ee08a55352254ac7602d7aad952c2db36f4c7d (diff)
downloadexchange-54b4951b89f4432da45869fda8b20d9a5e1e40b5.tar.gz
exchange-54b4951b89f4432da45869fda8b20d9a5e1e40b5.tar.bz2
exchange-54b4951b89f4432da45869fda8b20d9a5e1e40b5.zip
more logging for #6667
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_helpers_exchange.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/testing_api_helpers_exchange.c b/src/testing/testing_api_helpers_exchange.c
index f3a713af3..a0f890546 100644
--- a/src/testing/testing_api_helpers_exchange.c
+++ b/src/testing/testing_api_helpers_exchange.c
@@ -605,6 +605,7 @@ start_helpers (const char *config_filename,
fn,
"taler-helper-crypto-eddsa",
"-c", config_filename,
+ "-L", "INFO",
NULL);
GNUNET_free (fn);
}
@@ -620,6 +621,7 @@ start_helpers (const char *config_filename,
fn,
"taler-helper-crypto-rsa",
"-c", config_filename,
+ "-L", "INFO",
NULL);
GNUNET_free (fn);
}