iroha icon indicating copy to clipboard operation
iroha copied to clipboard

Reduce noise in logs

Open appetrosyan opened this issue 3 years ago • 0 comments

In a real deployment it is almost impossible to combine health-checks and actual log investigation, because warp produces logs regardless of whether or not they're useful.

image.png In this example, we have two lines taken up by what is effectively noise.

At a minimum we should be able to reduce the log level of warp independently.

The default should be set to DEBUG or better TRACE as the information is effectively a filter trace, which isn't particularly useful at our stage of development, but might be useful for debugging purposes.

appetrosyan avatar Aug 02 '22 13:08 appetrosyan