I’m trying to understand locust log levels. Why am I only seeing this in DEBUG output?
[2024-05-06 15:25:54,465] e9d5c4e3e3eb/DEBUG/selenium.webdriver.remote.remote_connection: Remote response: status=404 | data={"value":{"error":"no such element","message":"no such element: Unable to locate element: {"method":"css selector","selector":"[id="dash_listener"]"}n (Session info: chrome-headless-shell=124.0.6367.91)","stacktrace":"#0 ........
It’s hard to debug with all the non error or warn level debug output.
Can I tell locust that 404s are warnings or errors so I can get cleaner output when troubleshooting?