I want to see the output from my build step as it progresses.
How can I do this without waiting for the completion as I would like to abort if I find certain events from the build process.
The below isn’t helpful.

I’m using the “rust” plugin.
snapcraft 7.3.2
Building using “snapcraft --use-lxd --debug”
ogra
2
latest snapcraft sadly defaults to not show any build output by default anymore and you will need to set --verbosity=debug
…
here is a bug report you might want to click the “Affects me too” button at the top:
1 Like
I did. Debug should be - debug.
use another builder to create log
Ignacio
7
Have you considered using logging or a build event system to monitor progress?