square-psychiatrist-19087
07/26/2023, 12:08 PMpants -ldebug
doesn't help:
⠒ 41.27s Building docker image my-image:0.1.0
Thank you in advance!square-psychiatrist-19087
07/26/2023, 12:17 PMfresh-cat-90827
07/26/2023, 2:23 PM[docker]
build_verbose = true
then Pants will log the Docker output to the console. If false, only the image ID is logged. But you are right, it is shown only after the operation is complete. I believe this is intentional as Pants buffers the output before flushing to the terminal. I'll take a quick look to see if there's anything that let you see that in real time, but I am doubtfulsquare-psychiatrist-19087
07/26/2023, 2:25 PMfresh-cat-90827
07/26/2023, 2:31 PMpants --dynamic-ui=false
, but this doesn't effect the way the docker build output is shown.
I can't see how it would be possible to see the build output live, the output is buffered and later flushed; IIUC this would require making changes to the Pants code.square-psychiatrist-19087
07/26/2023, 2:46 PMbuild_verbose = true
for now, thanks!