Is there a way to see the output of the pants dock...
# welcome
i
Is there a way to see the output of the pants docker package command (similar to what we’d get by just running docker build in shell) ?
c
Yes, run with
./pants -ldebug
It won’t stream the build output from docker while building, but will dump it post run.
i
Thanks! And now I see I’m posting in the wrong channel 😞
c
now I see I’m posting in the wrong channel
yea, no worries 😉