Which HP Provision switch command controls the logging level of messages sent to a syslog
server?

A.
info-center level
B.
logging severity
C.
logging-host trap-level
D.
syslog severity
Explanation:
if your syslog server is at 10.0.0.5 then you would do this:
switch#configure terminal
switch(config)#logging 10.0.0.5
Change the severity also depending on your needs
switch(config)#logging severity <major/error/warning/info/debug>