Uvm_info not getting displayed but $display does

In reply to TC_2017:

In reply to Nimisha Varadkar:
When you set the verbosity ( via the command line switch ) using +UVM_VERBOSITY=UVM_NONE
Only statements with verbosity of UVM_NONE get displayed .
Since you have a verbosity of UVM_LOW for the `uvm_info
in the initial code , it will Never be displayed .

BUT the standard is saying (F.2.2.4 uvm_verbosity):
UVM_NONE—The report is always printed (NONE = 0); the verbosity level setting cannot disable it.