Actions
Optimization #4114
closedOptmize Rust logging macros: SCLogInfo, SCLogDebug and friends
Effort:
medium
Difficulty:
medium
Label:
Description
Danny Browning raised some issues with our current Rust log macros. They do a little more work than they should before before checking the log level. Additionally, SCLogDebug!() should be wrapped behind a feature flag so it expends to nothing if debug log is disabled.
Updated by Jason Ish almost 4 years ago
- Effort set to medium
- Difficulty set to medium
Updated by Jason Ish almost 4 years ago
- Status changed from New to Closed
- Assignee set to Jason Ish
- Target version set to 6.0.1
Actions