Skip to content

Commit

Permalink
added missing line in parse_args.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
zmhammedi committed Jun 14, 2021
1 parent e0e8ba9 commit a9dc2f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vowpalwabbit/parse_args.cc
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ void parse_diagnostics(options_i& options, vw& all)

options.add_and_parse(diagnostic_group);

if (help) { all.logger.quiet = true; }

if(all.logger.quiet) logger::log_set_level(logger::log_level::off);

if (options.was_supplied("limit_output")) logger::set_max_output(all.logger.upper_limit);
Expand Down

0 comments on commit a9dc2f9

Please sign in to comment.