mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
Moved "@load logging" to the functions files.
This commit is contained in:
parent
2900f6bcee
commit
d2e3328b91
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
@load site
|
||||
@load logging
|
||||
|
||||
# Some enums for deciding what and when to log.
|
||||
type Directions_and_Hosts: enum {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
@load functions
|
||||
@load logging
|
||||
|
||||
module KnownHosts;
|
||||
|
||||
export {
|
||||
redef enum Log::ID += { KNOWN_HOSTS};
|
||||
redef enum Log::ID += { KNOWN_HOSTS };
|
||||
|
||||
type Log: record {
|
||||
ts: time;
|
||||
address: addr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue