Skip to content
Snippets Groups Projects
user avatar
Bastian Köcher authored
* Fix logging from inside the WASM runtime

When using `RuntimeLogger` to log something from the runtime, we didn't
set any logging level. So, we actually did not log anything from the
runtime as logging is disabled by default. This pr fixes that by setting
the logging level to `TRACE`. It also adds a test to ensure this does
not break again ;)

* Update frame/support/src/debug.rs
203acda6
Name Last commit Last update
..
src
Cargo.toml
README.md