UVM_INFO is not printing message in scoreboard

In reply to Manojkumar BR:

The default verbosity is UVM_MEDIUM. In the scoreboard you are using UVM_DEBUG, UVM_HIGH. This will not be printed if you do not set the verbisity to UVM_DEBUG from the comand line or somewhere in your code.