Tidy logging following changes
Include detailed timings in a permanent log
This commit is contained in:
parent
cfc6a67638
commit
52499170c0
2 changed files with 7 additions and 4 deletions
|
@ -258,7 +258,10 @@
|
|||
{"CDB12",
|
||||
{info, "HashTree written"}},
|
||||
{"CDB13",
|
||||
{info, "Write options of ~w"}}
|
||||
{info, "Write options of ~w"}},
|
||||
{"CDB14",
|
||||
{info, "Microsecond imings for hashtree build of "
|
||||
++ "to_list ~w sort ~w build ~w"}}
|
||||
|
||||
])).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue