Unanswered question

Where oh where have my logs gone'?

I have a test running with logger statements. When I run the test the logger output does not show up in the log.

Is this some feature I don't know about. I'm a newbie when it comes to NeoLoad.

Harry M.
Harry M.

Harry M.

Level
0
3 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The logger statement will store the output in the load generator logs. This logs is available in the test Result section under Logs tab. But be careful the severity of your logger should match the severity of the logger level in NeoLoad preferences under Project settings tab-->Runtime parameter

For example if you used logger.debug make sure that you had "Debug" selected in the drop down list.