Skip to content

Commit

Permalink
Merge pull request #467 from sukill/master
Browse files Browse the repository at this point in the history
declare FLAGS_vmodule
  • Loading branch information
sergiud authored Oct 2, 2020
2 parents b30a009 + 1e6b9f3 commit c5dcae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/glog/logging.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit c5dcae8

Please sign in to comment.