For those who are looking into a way to set the core verbose to a default value and not execute the CLI command:
core set verbose X
every time you open CLI, you may do it by editing the following file:
/etc/asterisk/asterisk.conf
on the options section, you will need to add:
verbose=3 (you may...