[Zeek-Dev] alternative to open_log_file ?

Jon Siwek jsiwek at corelight.com
Thu Oct 17 21:21:53 PDT 2019


On Thu, Oct 17, 2019 at 4:08 PM Aashish Sharma <asharma at lbl.gov> wrote:
>
> I just noticed (rather starting to notice :) open_log_file was depricated in
> 2.6 and is removed in 3.0.0
>
> What would be suggested alternative for this ?

Either the logging framework or just use open() directly:
open_log_file() didn't do anything different than open() except for
adding the file extension to the filename (by default ".log", else
ZEEK_LOG_SUFFIX env. var.).

- Jon


More information about the zeek-dev mailing list