Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.3
-
Fix Version/s: 4.3.4
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
During the QA test cycle for 4.3.3 I noticed a lot of of logging noise coming out of HexStringObject. This bug is to mark that someone needs to review this code and see why it's so noisy.
Changed the log level from warning to finer to avoid quite a bit of noise when parsing out hex values in both the Name and HexStringObject classes. The warning message have been causing some confusion when seen by users. Basically the errors in this case should shouldn't be reported back to the general log as they aren't actually causing any problems.