You can change factory default logging settings using one of the following methods.
set logging server index ip-addr ip-addr [facility facility] [severity severity] [descr descr] [port port] state enable
If not specified, optional server parameters will be set to the system defaults listed in Syslog Server Default Settings. Refer back to Filtering by Severity and Facility and to Syslog Terms and Definitions for more information. on how these parameters operate.
set logging default {[facility facility] [severity severity] [port port]}
This example shows how to configure the switch to forward messages from facility category local6 at severity levels 3, 2, and 1 to Syslog server 1 at IP address 134.141.89.113:
System(rw)->set logging server 1 ip-addr 134.141.89.113 facility local6 severity 3
This example shows how to change Syslog defaults so that messages from the local2 facility category at a severity level of 4 will be forwarded to all servers. These settings will apply to all newly-configured servers, unless explicitly configured with the set logging server command:
System(rw)->set logging default facility local2 severity 4