I'm used to controlling my log output very directly with Mage (using pterm) so it's really clean and easy to diagnose stuff. I find that the buildkit style logs are decent from docker buildx as it helps collapse all the steps (though error logging can be tricky). I tried export DAGGER_LOG_FORMAT="plain" with auto, tty, and plain but it's not replicating the buildkit style output I get with docker, so not sure if that's currently possible.
Any notes or examples on this or is this a future thing, not adjustable right now?