This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add additional JSON logging | |
module Log; | |
export { | |
## Enables JSON-logfiles for all active streams | |
const enable_all_json = T &redef; | |
## Streams not to generate JSON-logfiles for | |
const exclude_json: set[Log::ID] = { } &redef; | |
## Streams to generate JSON-logfiles for |