Reduce logging
Otherwise erlang.log with default settings my cycle too fast for a long indexer
This commit is contained in:
parent
a6bd151d58
commit
dd5b22a71e
2 changed files with 10 additions and 5 deletions
|
@ -200,7 +200,7 @@
|
|||
{"PC008",
|
||||
{info, "Merge from level ~w to merge into ~w files below"}},
|
||||
{"PC009",
|
||||
{info, "File ~s to simply switch levels to level ~w"}},
|
||||
{debug, "File ~s to simply switch levels to level ~w"}},
|
||||
{"PC010",
|
||||
{info, "Merge to be commenced for FileToMerge=~s with MSN=~w"}},
|
||||
{"PC011",
|
||||
|
@ -216,7 +216,7 @@
|
|||
{info, "Slow fetch from SFT ~w of ~w us at level ~w "
|
||||
++ "with result ~w"}},
|
||||
{"PC017",
|
||||
{info, "Notified clerk of manifest change"}},
|
||||
{debug, "Notified clerk of manifest change"}},
|
||||
{"PC018",
|
||||
{info, "Saved manifest file"}},
|
||||
{"PC019",
|
||||
|
@ -224,9 +224,9 @@
|
|||
{"PC020",
|
||||
{warn, "Empty prompt deletions at ManifestSQN=~w"}},
|
||||
{"PC021",
|
||||
{info, "Prompting deletions at ManifestSQN=~w"}},
|
||||
{debug, "Prompting deletions at ManifestSQN=~w"}},
|
||||
{"PC022",
|
||||
{info, "Storing reference to deletions at ManifestSQN=~w"}},
|
||||
{debug, "Storing reference to deletions at ManifestSQN=~w"}},
|
||||
{"PC023",
|
||||
{info, "At level=~w file_count=~w avg_mem=~w "
|
||||
++ "file with most memory fn=~s p=~w mem=~w"}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue