TSG-22082: support set split log file by size

This commit is contained in:
root
2024-08-07 08:47:15 +00:00
parent 2fd93a1648
commit d114221ebe
6 changed files with 54 additions and 4 deletions

View File

@@ -113,6 +113,7 @@ struct maat_options {
char decrypt_key[MAX_KEYWORDS_STR_LEN];
char log_path[PATH_MAX];
int log_level;
size_t log_file_max_size_mb;
char stat_file[NAME_MAX];
size_t nr_worker_thread;
char *accept_tags;