In reply to bmaassar:
Other than using simple set_report_verbosity, one can also extend the report catcher class and override “catch” function. This approach is similar to the approach used for demoting uvm_error to uvm_info.
Sample is available here.