I have a Locust task that requires many HTTP requests. At the end of the task, I have conditions to check for success or failure. The statistics gathered are very informative in regards to the individual HTTP requests, but I would like to know more information about each invocation of the task itself. For example, how long it took to run the function, whether it completed successfully, etc.
I can't find a good way to do this. It seems like each HTTP request makes a log entry, but I don't know how to manually create one. Can anyone give me some guidance?