Information
Logging is a critical part of network security. Maintaining an audit trail of system activity logs (syslog) can help identify configuration errors, understand past intrusions, troubleshoot service disruptions, and react to probes and scans of the network.
Syslog levels 0-6 are the levels required to collect the necessary information to help in the recovery process. It is recommended to log all messages except debugging and send all log data to a syslog server.
Solution
Configure a destination for syslog messages. Logging should be sent over the management vrf.
switch(config)# logging trap 6
switch(config)# logging {vrf [management vrf]} host {ip address}