zeek/src/logging
Jon Siwek a06ef66edc Add Log::rotation_format_func and Log::default_rotation_dir options
These may be redefined to customize log rotation path prefixes,
including use of a directory.  File extensions are still up to
individual log writers to add themselves during the actual rotation.

These new also allow for some simplication to the default
ASCII postprocessor function: it eliminates the need for it doing an
extra/awkward rename() operation that only changes the timestamp format.

This also teaches the supervisor framework to use these new options
to rotate ascii logs into a log-queue/ directory with a specific
file name format (intended for an external archiver process to
monitor separately).
2020-07-07 18:42:37 -07:00
..
writers Add Log::rotation_format_func and Log::default_rotation_dir options 2020-07-07 18:42:37 -07:00
CMakeLists.txt Use object libraries for subdir libs and plugins 2019-10-31 10:58:51 +01:00
Component.cc Move all of the base plugin classes into the zeek::plugin namespace 2020-06-03 15:16:18 -07:00
Component.h Move all of the base plugin classes into the zeek::plugin namespace 2020-06-03 15:16:18 -07:00
logging.bif Add Log::rotation_format_func and Log::default_rotation_dir options 2020-07-07 18:42:37 -07:00
Manager.cc Add Log::rotation_format_func and Log::default_rotation_dir options 2020-07-07 18:42:37 -07:00
Manager.h Add Log::rotation_format_func and Log::default_rotation_dir options 2020-07-07 18:42:37 -07:00
Tag.cc Move all Val classes to the zeek namespaces 2020-06-30 20:48:09 -07:00
Tag.h Move all Val classes to the zeek namespaces 2020-06-30 20:48:09 -07:00
WriterBackend.cc Implement leftover log rotation/archival for supervised nodes 2020-07-07 18:39:23 -07:00
WriterBackend.h Implement leftover log rotation/archival for supervised nodes 2020-07-07 18:39:23 -07:00
WriterFrontend.cc Move all Val classes to the zeek namespaces 2020-06-30 20:48:09 -07:00
WriterFrontend.h Move all Val classes to the zeek namespaces 2020-06-30 20:48:09 -07:00