mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
12 lines
298 B
Text
12 lines
298 B
Text
# Sets some testing specific options.
|
|
|
|
@ifdef ( SMTP::never_calc_md5 )
|
|
# MDD5s can depend on libmagic output.
|
|
redef SMTP::never_calc_md5 = T;
|
|
@endif
|
|
|
|
@ifdef ( LogAscii::use_json )
|
|
# Don't start logging everything as JSON.
|
|
# (json-logs.bro activates this).
|
|
redef LogAscii::use_json = F;
|
|
@endif
|