Skip to content

introduce flag for minimal verbosity

Christian Gutschow requested to merge verbosity_control into release-3-2-x

Even with the -q/--quiet flag Rivet will still print a few info messages, which can become a bitter experience when running on hundreds or even thousands of cores.

This change set is to propagate the script-level log level through to the Run, AnalysisHandler and Analysis classes and introduces a new --silent flag in the main rivet script to ensure minimal verbosity ("critical" messages still allowed; current quiet level default to "warning").

Edited by Christian Gutschow

Merge request reports