How to print UVM Report Summary UVM1.2 with UVM_NONE verbosity

In reply to bcassell:

There is the report verbosity, +UVM_VERBOSITY=UVM_NONE, and the message verbosity, which is `uvm_info(“ID”, “msg”, UVM_LOW). The method set_report_id_verbosity_hier(“ID”, UVM_LOW) acts as if you changed the report verbosity, but just for that “ID”. It does not change the message verbosity.