cancel
Showing results for 
Search instead for 
Did you mean: 

How do I change the Severity of my syslog messages on a Hive Switch through the CLI?

How do I change the Severity of my syslog messages on a Hive Switch through the CLI?

sbarnabas
New Contributor

Here is the output of 'show logging host'

Index IP Address/Hostname   Severity  Port  Status Mode Auth    Cert#

----- --------------------- ---------- ------ --------- ----- -------- -----

1     10.2.2.100            critical  514   Active   udp

 

How do I change the Severity to Info using the CLI?

 

1 REPLY 1

samantha_lynn
Esteemed Contributor III

The command to change that should be "logging server <syslogIP> level <level>". The level options are:

 

emergency     Send emergency-level log entries

    alert         Send log entries from alert to emergency levels

    critical      Send log entries from critical to emergency levels

    error         Send log entries from error to emergency levels

    warning       Send log entries from warning to emergency levels

    notification  Send log entries from notification to emergency levels

    info          Send log entries from info to emergency levels

    debug         Send log entries for all severity levels

 

So for example, if the syslog server IP address was 10.2.2.100, and you wanted to set it to info level, the command would be "logging server 10.2.2.100 level info".

GTM-P2G8KFN