Merge remote-tracking branch 'origin/topic/jsiwek/gh-1036-print-log-network-time'

* origin/topic/jsiwek/gh-1036-print-log-network-time:
  GH-1036: change print.log to log network time instead of current

Fixes GH-1036
This commit is contained in:
Johanna Amann 2020-06-29 19:23:21 +00:00
commit a5a51de3c4
5 changed files with 8 additions and 4 deletions

View file

@ -80,7 +80,7 @@ export {
## If :zeek:see:`Log::print_to_log` is set to redirect, ``print`` statements will
## automatically populate log entries with the fields contained in this record.
type PrintLogInfo: record {
## Current timestamp.
## The network time at which the print statement was executed.
ts: time &log;
## Set of strings passed to the print statement.
vals: string_vec &log;