daemon, wallet: add --max-log-file-size option

This commit is contained in:
selsta
2017-09-17 04:42:45 +02:00
parent 13a263894a
commit 91def9a59b
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"
, ""