act
act copied to clipboard
Disable docker logs
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
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.