https://issues.apache.org/bugzilla/show_bug.cgi?id=50686
Summary: HeaderManager logging to verbose when merging
instances
Product: JMeter
Version: Nightly (Please specify date)
Platform: All
OS/Version: All
Status: NEW
Keywords: PatchAvailable
Severity: normal
Priority: P2
Component: HTTP
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26575)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26575)
Fold unneeded warn logging into debug logging
When using the feature to merge HeaderManagers, e.g. using a general instance
and then sample specific ones, there's a warn log statement issued for each
sample. This fills the log quickly, makes it hard to find serious messages in
the log file and doesn't actually add usueful information.
The attached patch merges the problematic warn logging into the existing debug
logging. The fact that merging is being done doesn't seem to warrant a warn
message, since it is a supported feature documented by the component reference
page.
Thanks for the good work on JMeter!
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]