mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Do not use scientific notations when printing doubles in logs.
Closes BIT-1558.
This commit is contained in:
parent
3581ead0d9
commit
d86bf15dbf
7 changed files with 197 additions and 5 deletions
|
@ -0,0 +1,17 @@
|
|||
#separator \x09
|
||||
#set_separator ,
|
||||
#empty_field (empty)
|
||||
#unset_field -
|
||||
#path test
|
||||
#open 2016-05-23-22-44-54
|
||||
#fields d
|
||||
#types double
|
||||
2153226000.0
|
||||
2153226000.1
|
||||
2153226000.123457
|
||||
1.0
|
||||
1.1
|
||||
1.123457
|
||||
1.1234
|
||||
3140000000000000.0
|
||||
#close 2016-05-23-22-44-54
|
Loading…
Add table
Add a link
Reference in a new issue