summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/cli.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/just_mr/cli.hpp')
-rw-r--r--src/other_tools/just_mr/cli.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/cli.hpp b/src/other_tools/just_mr/cli.hpp
index 8b5604a6..72e6f8a4 100644
--- a/src/other_tools/just_mr/cli.hpp
+++ b/src/other_tools/just_mr/cli.hpp
@@ -47,7 +47,7 @@ struct MultiRepoCommonArguments {
struct MultiRepoLogArguments {
std::vector<std::filesystem::path> log_files{};
- LogLevel log_limit{kDefaultLogLevel};
+ std::optional<LogLevel> log_limit{};
bool plain_log{false};
bool log_append{false};
};