mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixed a couple minor syntax omissions.
This commit is contained in:
parent
3bbb1ba828
commit
10aee5ae34
1 changed files with 2 additions and 2 deletions
|
@ -1014,8 +1014,8 @@ remaining logs to factor.log.
|
|||
:lines: 38-62
|
||||
:linenos:
|
||||
|
||||
To dynamically alter the file in which a stream writes its logs a
|
||||
filter can specify function returns a string to be used as the
|
||||
To dynamically alter the file in which a stream writes its logs, a
|
||||
filter can specify a function that returns a string to be used as the
|
||||
filename for the current call to ``Log::write``. The definition for
|
||||
this function has to take as its parameters a ``Log::ID`` called id, a
|
||||
string called ``path`` and the appropriate record type for the logs called
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue