mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
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:
commit
a5a51de3c4
5 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue