Files
pezkuwi-subxt/substrate/test-utils
Bastian Köcher 541692c4a8 Use host max log level when initializing the RuntimeLogger (#8655)
* Use host max log level when initializing the `RuntimeLogger`

This should fix performance problems introduced by logging under certain
circumstances. Before we always called into the host and the host was
doing the log filtering, now as the correct max log level is set, we
don't call into the host for every log line to check if it should be
logged. However, we would still call into the host to determine if
something should be logged when `something=trace` is given as we don't
forward the log targets that are enabled.

* Finish the pr
2021-04-23 13:22:39 +00:00
..
2021-02-10 19:23:18 +01:00
2021-04-07 14:54:31 +02:00
2021-01-04 09:03:13 +00:00
2021-02-10 19:23:18 +01:00