Files
pezkuwi-subxt/substrate/client/cli
Bastian Köcher 2d4b7fc6ff Fix max log level (#7851)
With the switch to tracing we did not set the `max_log_level` anymore.
This resulted in a performance degradation as logging did not early
exited and thus, `trace` logs were at least resolved every time.

This pr fixes it by ensuring that we set the correct max log level.
2021-01-08 19:32:49 +00:00
..
2021-01-08 19:32:49 +00:00
2021-01-08 15:47:33 +00:00
2020-08-20 17:04:42 +02:00

Substrate CLI library.

License: GPL-3.0-or-later WITH Classpath-exception-2.0