Actions
Bug #6652
openConfiguration values trigger error instead of warning messages
Affected Versions:
Effort:
Difficulty:
Label:
Description
There are several places, e.g., mqtt.rs
, where configuration values are checked and an error message is logged if the value is out of bounds.
A recent PR introduced the following message which is incorrectly logging an error instead of a warning.
SCLogError!("Invalid value for mqtt.max-msg-length: {}", val);
Actions