act icon indicating copy to clipboard operation
act copied to clipboard

Disable docker logs

Open chv-tp opened this issue 3 months ago • 1 comments

Act version

0.2.81

Feature description

It would be nice to have the option to disable default logs from Docker to keep the terminal clean. This has been mentioned in here as well: https://github.com/nektos/act/issues/2488#issuecomment-2423195757

I could not see a ticket for it just yet, so wanted to open one :)

Its related to log lines like:

🚀  Start image=catthehacker/ubuntu:act-latest
🐳  docker pull image=catthehacker/ubuntu:act-latest platform= username= forcePull=true

chv-tp avatar Sep 24 '25 11:09 chv-tp

hey, I looked at the code quickly (for the first time) and I'd like to make sure that your requested feature would not actually suppress the logs entirely, correct? they would still be visible in debug verbosity. From what I've seen that's how the rest of the code behaves with -q.

ahzay avatar Sep 27 '25 01:09 ahzay