How to *not* batch console output?

As the title says. I’m printing out

Debug.Log("current_speed = " + current_speed);

a few hundred times, and Unity batches the output. I can’t even see what it’s printing except the first time.

Help pls thx

top of the console window “collapse” make sure it’s uncheced