To safely remove the Log Notification Appender, use the following rhino-console commands.
What is the Log Notification Appender?
Introduced in Rhino 2.2, the Log Notification Appender is a log appender that generates SNMP notifications from log messages at or above a specified threshold (by default: |
removeappenderref
Command |
removeappenderref <logKey> <appenderName> Description Removes an appender for a log key. Required Arguments logKey The log key of the logger. appenderName The name of the Appender. |
---|---|
Example |
[Rhino@localhost (#1)] removeappenderref root LogNotification Done. |
Specific log keys and levels
If you only want notifications from specific log keys, after removing the For a different notification-generation log level (such as However, we strongly recommend keeping the Log Notification Appender configured at Metaswitch does not support Log Notification Appender configurations that cause excessive notification generation (such as |