Merge pull request #2456

91def9a5 daemon, wallet: add --max-log-file-size option (selsta)
This commit is contained in:
Riccardo Spagni
2017-09-25 16:54:08 +02:00
5 changed files with 14 additions and 5 deletions
+5
View File
@@ -46,6 +46,11 @@ namespace daemon_args
, "Specify log file"
, ""
};
const command_line::arg_descriptor<std::size_t> arg_max_log_file_size = {
"max-log-file-size"
, "Specify maximum log file size [B]"
, MAX_LOG_FILE_SIZE
};
const command_line::arg_descriptor<std::string> arg_log_level = {
"log-level"
, ""