intuit / Tank

Tank is a downloadable application that can be used to load test websites
Eclipse Public License 1.0
84 stars 61 forks source link

[SRE-30501] Remove logResponse String builder during all http requests #312

Closed kevin-mcgoldrick closed 7 months ago

kevin-mcgoldrick commented 7 months ago

Remove logResponse String builder during all http requests

This change only creates the response log message only if using with Agent Debugger Tool and if Log Level is set to DEBUG instead of creating it by default on each step - decreasing the memory allocated for the log message string per agent thread. It also now correctly logs error messages from TestPlanStarter, including catching OOM exceptions.

BEFORE Screenshot 2024-03-26 at 6 02 29 PM

AFTER Screenshot 2024-03-26 at 6 02 40 PM

Please make sure these check boxes are checked before submitting

PR review process