mirror of https://github.com/OISF/suricata
rust/logging: fix logging from plugins
Commit 2bcc66da58 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
pull/12472/head
parent
d63ad75d91
commit
99096699c0
Loading…
Reference in New Issue