is there a way to print the results of `pants chec...
# general
b
is there a way to print the results of
pants check
to a file? console redirection doesnt seem to work
h
Are you redirecting stdout and stderr?
b
I tried disabling the dynamic ui and directing both stdout and stderr
h
Ah, you are redirecting the client, but not pantsd
Try running with
--no-pantsd
It will be slower, potentially, but that might be OK for this specific use case?