summaryrefslogtreecommitdiffhomepage
path: root/bench/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/main.cpp')
-rw-r--r--bench/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/main.cpp b/bench/main.cpp
index 80a491ec..7410bf8d 100644
--- a/bench/main.cpp
+++ b/bench/main.cpp
@@ -29,7 +29,7 @@ int argc_ = 0; // NOLINT
bench_app::bench_app(int argc, char** argv) :
Application {
{argc_, nullptr},
- Configuration{}
+ Configuration{}.setFlags(Configuration::Flag::QuietLog)
},
argc{argc}, argv{argv}
{