diff --git a/bench/bench_util.go b/bench/bench_util.go index 212f2b45e0..cfeb6a317a 100644 --- a/bench/bench_util.go +++ b/bench/bench_util.go @@ -44,6 +44,8 @@ var ( ) func init() { + logging.SetConfig(logging.Config{Level: logging.NewLogLevelOption(logging.Error)}) + // create a consistent seed value for the random package // so we don't have random fluctuations between runs // (specifically thinking about the fixture generation stuff)