Hi,
I am new to networking. I have questions on syslog severity. Now below is the chart that i got from cisco website.
Q1> If I chose to send severity 6 logs then will it send informational logs along with it's 0-5 severity logs to syslog server?? Or only information logs will be sent?
Q2> What kind of logs are sent in informational logs? What is the recommended one to choose?
Q3> Can we choose to send all type logs to syslog server? is it recommended? Will it affect any system performance?
Q4>Also what is the log type for below and will it be sent to syslog server if severity chosen 6?
%IOSXE_INFRA-6-PROCPATH_CLIENT_HOG: IOS shim client 'chasfs' has taken 252 msec (runtime: 252 msec) to process a 'stack chasfs fd' message
Log severity table-
Level KeywordLevelDescriptionSyslog Definition
emergencies | 0 | System unstable | LOG_EMERG |
alerts | 1 | Immediate action needed | LOG_ALERT |
critical | 2 | Critical conditions | LOG_CRIT |
errors | 3 | Error conditions | LOG_ERR |
warnings | 4 | Warning conditions | LOG_WARNING |
notifications | 5 | Normal but significant condition | LOG_NOTICE |
informational | 6 | Informational messages only | LOG_INFO |
debugging | 7 | Debugging messages | LOG_DEBUG |