microsoft / azure-load-testing

MIT License
22 stars 2 forks source link

Configure JMeter Worker Log Level #81

Closed jimcomiskey closed 2 years ago

jimcomiskey commented 2 years ago

When reviewing test results, I'd like to be able to look at detailed logs. Some of those logs are at Debug or Informational level, but it appears that when the test is run in Azure Load Testing, the level is locked at Warning.

It would be helpful if the log level were a configurable option so that we could drop down into the Information/Debug levels when necessary.

My workaround, when writing custom logs in JSR223 scripts, is to always log at Warning instead of Information.

jimcomiskey commented 2 years ago

I just realized this request is already in the list of requests, so I'll cancel this one.