Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In an effort to unclutter the log files, I did followig small changes:
YACY
to more descriptiveNETWORK
fine
(these many single-liners about DHT priority and RWI extensions are good only for debug, not for the regular run)fine
(could beconfig
as well, but there should be some granularity to distinguish between more important messages from these cluttering common ones)NETWORK
category into the defaultyacy.logging
fileFINER
andFINEST
loglevels to default logging file, because they are used in the code, but not documentedCould be a part of solution for #611.
RWI and CRAWLER (as proposed in #414) should be categorised later and logging cleaned in a way that everything could be switched on/off by config file in a neat way.