There is no way to do this from the GUI. You would need to access the terminal on your Vero (instructions) and then type in…
nano ~/.kodi/userdata/advancedsettings.xml
and then type in…
<advancedsettings version="1.0">
<loglevel hide="true">1</loglevel>
</advancedsettings>
To close the editor and save the file you would press ctrl+x, then y, then enter. This setting will take effect the next time Kodi restarts. Once your done with your testing and want to remove that option you can just delete that file with…
rm ~/.kodi/userdata/advancedsettings.xml