Hey All I have a question about Jmeter log. I usually use consul, and I want to try using log log.info("My message");
when the test run I press the yellow triangle in the up right section. and the log section appeared, the problem is it full with data that I do not need, so: 1. I take all the log 2. move it to notepad++ 3. search the data I want ("my message")
it takes a lot of time' can someone suggest a better way to search in the log itself? or just see exception and my printing? regards