Alter logging to help understand performance factors
Change logging of the snapshots to better understand performance
This commit is contained in:
parent
b1e12a3bc5
commit
5c2f05858d
4 changed files with 13 additions and 7 deletions
|
@ -35,7 +35,7 @@
|
|||
{"B0003",
|
||||
{info, "Bookie closing for reason ~w"}},
|
||||
{"B0004",
|
||||
{info, "Length of increment in snapshot is ~w"}},
|
||||
{info, "Initialised PCL clone and length of increment in snapshot is ~w"}},
|
||||
{"B0005",
|
||||
{info, "LedgerSQN=~w at startup"}},
|
||||
{"B0006",
|
||||
|
@ -59,9 +59,9 @@
|
|||
{info, "Get timing for result ~w is sample ~w total ~w and max ~w"}},
|
||||
|
||||
{"P0001",
|
||||
{info, "Ledger snapshot ~w registered"}},
|
||||
{debug, "Ledger snapshot ~w registered"}},
|
||||
{"P0003",
|
||||
{info, "Ledger snapshot ~w released"}},
|
||||
{debug, "Ledger snapshot ~w released"}},
|
||||
{"P0004",
|
||||
{info, "Remaining ledger snapshots are ~w"}},
|
||||
{"P0005",
|
||||
|
@ -129,7 +129,9 @@
|
|||
{"P0035",
|
||||
{info, "Startup with Manifest SQN of ~w"}},
|
||||
{"P0036",
|
||||
{info, "Garbage collection on mnaifest removes key for filename ~s"}},
|
||||
{info, "Garbage collection on manifest removes key for filename ~s"}},
|
||||
{"P0037",
|
||||
{info, "Merging of penciller L0 tree to size ~w complete"}},
|
||||
|
||||
{"PC001",
|
||||
{info, "Penciller's clerk ~w started with owner ~w"}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue