Merge pull request #467 from sukill/master

declare FLAGS_vmodule
This commit is contained in:
Sergiu Deitsch 2020-10-03 00:58:19 +02:00 committed by GitHub
commit c5dcae8306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -374,6 +374,8 @@ DECLARE_string(log_link);
DECLARE_int32(v); // in vlog_is_on.cc
DECLARE_string(vmodule); // also in vlog_is_on.cc
// Sets the maximum log file size (in MB).
DECLARE_int32(max_log_size);