mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00

still not tested, but using Log::default_writer=Log::WRITER_SQLITE seems to generate all the right log-databases, etc.
10 lines
232 B
Text
10 lines
232 B
Text
##! Interface for the SQLite log writer. Redefinable options are available
|
|
##! to tweak the output format of the SQLite reader.
|
|
|
|
module LogSQLite;
|
|
|
|
export {
|
|
## Separator between set elements.
|
|
const set_separator = "," &redef;
|
|
}
|
|
|