zeek/scripts/base/frameworks/logging
Daniel Thayer 823fba1713 Fix ascii writer to not discard a ".gz" file extension
When Bro writes a compressed log, it uses a file extension of ".gz".
However, upon log rotation the ascii writer script function
"default_rotation_postprocessor_func" was discarding the ".gz"
file extension.  Fixed so that the correct file extension is
preserved after rotation.
2017-08-25 15:39:12 -05:00
..
postprocessors allow to specify a remote host port to use for the sftp log rotator. 2015-04-03 08:21:22 -07:00
writers Fix ascii writer to not discard a ".gz" file extension 2017-08-25 15:39:12 -05:00
__load__.bro Move DataSeries and ElasticSearch into plugins. 2014-08-08 18:32:21 -07:00
main.bro Fix minor typos in documentation 2016-11-14 09:50:19 -06:00
README Add README files for most Bro frameworks 2013-10-11 00:19:37 -05:00

The logging framework provides a flexible key-value based logging interface.