On Thu, Oct 17, 2019 at 4:08 PM Aashish Sharma <[email protected]> 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 _______________________________________________ zeek-dev mailing list [email protected] http://mailman.icsi.berkeley.edu/mailman/listinfo/zeek-dev
