Hi, I’m using k6 to test my api.
In this test, I’m using constant-vu, with 5 vus, and a 30 minutes duration.
Also, I’m using xk6-dashboard to see data in realtime.
The problem is I redirect my console log into a .txt file, it logged perfectly fine without error until halfway through the test (about 10mn).
My dashboard was working fine until completed.
So, What is the problem with the log? is there a limit or something?
Thank you!