You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Jason Ish 99096699c0 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
1 month ago
..
.cargo rust: rename .cargo/config to .cargo/config.toml 10 months ago
derive app-layer: use uint8_t consistent for event IDs 4 months ago
src rust/logging: fix logging from plugins 1 month ago
.gitignore rust: rename .cargo/config to .cargo/config.toml 10 months ago
Cargo.lock.in ldap: update ldap-parser crate 2 months ago
Cargo.toml.in ldap: update ldap-parser crate 2 months ago
Makefile.am rust: generated bindings depend on cbindgen.toml 1 month ago
cbindgen.toml transforms: move strip_whitespace to rust 4 months ago
rustfmt.toml rustfmt: replace deprecated fn_args_layout with fn_params_layout 1 year ago