Do each these logging levels alert for all the events occured in opscenter .
DEBUG
(0)INFO
(1)WARN
(2)ERROR
(3)CRITICAL
(4)ALERT
(5)
Example:
If my node is down and if have only error in my logging level will it send me a mail .
In the same scenario if i only have critical in my logging level and if i will only have alert in my logging level , what will be the result , will it send mail ?
this is an example scenario i asked for .
and what is the main difference between Logging level alert and logging level error.
Thanks in advance.