summaryrefslogtreecommitdiff
path: root/src/buildtool/common
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2022-03-30 15:36:56 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2022-04-04 19:31:22 +0200
commitab1a0a06dd80c2b7afbe0ba3dd48cf6eb454c1eb (patch)
tree066ac7a05450f9c4d2d48815866f253cf4f6c85d /src/buildtool/common
parent0b977a243aa308f4530fe8b53e634d369feccb47 (diff)
downloadjustbuild-ab1a0a06dd80c2b7afbe0ba3dd48cf6eb454c1eb.tar.gz
Add a new log level for progress updates
Diffstat (limited to 'src/buildtool/common')
-rw-r--r--src/buildtool/common/cli.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/common/cli.hpp b/src/buildtool/common/cli.hpp
index bdd21286..8bb0ec89 100644
--- a/src/buildtool/common/cli.hpp
+++ b/src/buildtool/common/cli.hpp
@@ -14,7 +14,7 @@
#include "nlohmann/json.hpp"
#include "src/buildtool/logging/log_level.hpp"
-constexpr auto kDefaultLogLevel = LogLevel::Info;
+constexpr auto kDefaultLogLevel = LogLevel::Progress;
constexpr auto kDefaultTimeout = std::chrono::milliseconds{300000};
/// \brief Arguments common to all commands.