iroha
iroha copied to clipboard
Reduce noise in logs
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.
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.