Turning Off Log Filters
You can turn off filters in three ways:
host1(config)#no log filtersTo turn off all filters for an event category, use the no version of the log severity command along with the category name. For example:
host1(config)#no log severity bgpEvents filtersTo turn off a specific filter, use the no version of the log severity command that you used to add the filter. For example:
host1(config)#no log severity bgpEvents peer 10.0.0.2 10.0.0.1no log filters
- Use to turn off log filters.
- To turn off all filters for an event category, specify the category name.
- Example
host1(config)#no log filtersTo turn off a specific filter, use the no version of the log severity command that you used to add the filter.