Now i am able to get stats , failures , stats history csv files in without web. by using this command : locust -f locustfile.py --headless -u 10 -r 1 --csv=../../csv/$USER --run-time 1m
Is it possible to get exceptions csv file in without web ??? this feature is available in web but not in without web.