diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-05-05 22:45:13 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-05-05 23:09:23 +0200 |
commit | c10a9103f959498c360be002b2621e978bb82e19 (patch) | |
tree | 213c0ff1eb09851a34798b9e7e74f4469ce0fe36 /integration | |
parent | 7b8e4c899e0be8abe2b0772b9b7947e750b343b5 (diff) |
replace glog with sigsum-go's log package
Diffstat (limited to 'integration')
-rwxr-xr-x | integration/test.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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 |