From c10a9103f959498c360be002b2621e978bb82e19 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Thu, 5 May 2022 22:45:13 +0200 Subject: replace glog with sigsum-go's log package --- integration/test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'integration') diff --git a/integration/test.sh b/integration/test.sh index 3bc967c..873d248 100755 --- a/integration/test.sh +++ b/integration/test.sh @@ -107,7 +107,9 @@ function sigsum_setup() { -witnesses=$ssrv_witnesses\ -interval=$ssrv_interval\ -http_endpoint=$ssrv_endpoint\ - -log_dir=$log_dir -v=3 2>/dev/null & + -log-color="true"\ + -log-level="debug"\ + -log-file=$log_dir/sigsum-log.log 2>/dev/null & ssrv_pid=$! log_url=$ssrv_endpoint/$ssrv_prefix/sigsum/v0 -- cgit v1.2.3