mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
logging/sqlite: Recognize Log::default_logdir and place files there if set
This commit is contained in:
parent
aaa47a709c
commit
93584c7c7f
5 changed files with 78 additions and 2 deletions
|
@ -0,0 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
./logs/reporter.sqlite
|
||||
./logs/test.sqlite
|
|
@ -0,0 +1,21 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.1|20|10.0.0.2|1024
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.2|20|10.0.0.3|0
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.1|20|10.0.0.2|1025
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.2|20|10.0.0.3|1
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.1|20|10.0.0.2|1026
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.2|20|10.0.0.3|2
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.1|20|10.0.0.2|1027
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.2|20|10.0.0.3|3
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.1|20|10.0.0.2|1028
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.2|20|10.0.0.3|4
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.1|20|10.0.0.2|1029
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.2|20|10.0.0.3|5
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.1|20|10.0.0.2|1030
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.2|20|10.0.0.3|6
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.1|20|10.0.0.2|1031
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.2|20|10.0.0.3|7
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.1|20|10.0.0.2|1032
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.2|20|10.0.0.3|8
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.1|20|10.0.0.2|1033
|
||||
XXXXXXXXXX.XXXXXX|10.0.0.2|20|10.0.0.3|9
|
|
@ -0,0 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
XXXXXXXXXX.XXXXXX test/Log::WRITER_SQLITE: tablename configuration option not found. Defaulting to path test
|
Loading…
Add table
Add a link
Reference in a new issue