Skip to content
Snippets Groups Projects
  • Bastian Köcher's avatar
    Fix logging from inside the WASM runtime (#7355) · 203acda6
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.