summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2023-02-16 09:50:56 +0100
committerSascha Roloff <sascha.roloff@huawei.com>2023-02-20 17:23:04 +0100
commit3ab6e2aceaf3b1ce0cc7d5ea47b0ecc53dc4a6a7 (patch)
tree80d78a81ec33481f2ed9e905652446667bc24f74 /src
parentd1cca89defda81e9114a836c228abf4d794c1a10 (diff)
downloadjustbuild-3ab6e2aceaf3b1ce0cc7d5ea47b0ecc53dc4a6a7.tar.gz
Add logging command-line arguments to gc subcommand
Diffstat (limited to 'src')
-rw-r--r--src/buildtool/main/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/main/main.cpp b/src/buildtool/main/main.cpp
index 3ffb8159..3e23cf63 100644
--- a/src/buildtool/main/main.cpp
+++ b/src/buildtool/main/main.cpp
@@ -181,6 +181,7 @@ auto SetupTraverseCommandArguments(
auto SetupGcCommandArguments(
gsl::not_null<CLI::App*> const& app,
gsl::not_null<CommandLineArguments*> const& clargs) {
+ SetupLogArguments(app, &clargs->log);
SetupCacheArguments(app, &clargs->endpoint);
}