To skip the processing of a message without sending it to a destination, create a log
statement with the appropriate filters, but do not include any destination in the
statement, and use the final flag.
![]() |
Example 7.1. Skipping messages |
|---|---|
|
The following log statement drops all filter demo_debugfilter { level(debug); };
log { source(s_all); filter(demo_debugfilter); flags(final); };
|
© 2007-2010 BalaBit IT Security
Please send your comments or documentation bugs to: documentation@balabit.com