Project

General

Profile

Bug #6652

Updated by Jeff Lucovsky 5 months ago

There are several places, e.g., @mqtt.rs@, {{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. 
 <pre> 
   SCLogError!("Invalid value for mqtt.max-msg-length: {}", val); 
 </pre>

Back