mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add -B scripts flag to allow debug output of script load order.
This patch adds a "scripts" option to -B, when Bro is enabled with --enable-debug. This option will output information about the scripts that are loaded to debug.log, showing their exact load order.
This commit is contained in:
parent
fc33bf2014
commit
ed678dd72c
3 changed files with 5 additions and 1 deletions
|
@ -33,6 +33,7 @@ enum DebugStream {
|
|||
DBG_BROXYGEN, // Broxygen
|
||||
DBG_PKTIO, // Packet sources and dumpers.
|
||||
DBG_BROKER, // Broker communication
|
||||
DBG_SCRIPTS, // Script initialization
|
||||
|
||||
NUM_DBGS // Has to be last
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue