[UVM Reporting] Silencing specific flags on test run

is there a way I can silence uvm_warning of specific flags?

like
`uvm_warning(“DONTCARE”, “asdfasdf”)

I don’t want to see any warnings or errors if they were tagged with DONTCARE

In reply to jimmyhuang0904:

You can add this to your simulation command line

 +uvm_set_action=*,DONTCARE,_ALL_,UVM_NO_ACTION