Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust/logging: fix logging from plugins
Commit 2bcc66d broke logging from plugins: - debug visibility was reduced making it unusable from an external crate - the plugins view of the log level was broken To fix: - make debug pub - minor change to initialization of the log LEVEL as seen by the plugin so its seen by the plugin. I'm not really sure why the previous version wasn't working though, but this one does
- Loading branch information