[PR #5942] feat: disable docker logs in quiet mode (#5939) #2629

Open
opened 2026-03-01 22:37:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/5942
Author: @ahzay
Created: 9/27/2025
Status: 🔄 Open

Base: masterHead: feature/disable-docker-logs-5939


📝 Commits (1)

📊 Changes

5 files changed (+84 additions, -10 deletions)

View changed files

📝 pkg/container/container_types.go (+1 -0)
📝 pkg/container/docker_run.go (+79 -10)
📝 pkg/runner/action.go (+1 -0)
📝 pkg/runner/run_context.go (+2 -0)
📝 pkg/runner/step_docker.go (+1 -0)

📄 Description

for issue #5939. I tried following the logic of the existing codebase, meaning that -q will use the debug level.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/5942 **Author:** [@ahzay](https://github.com/ahzay) **Created:** 9/27/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/disable-docker-logs-5939` --- ### 📝 Commits (1) - [`e32051c`](https://github.com/nektos/act/commit/e32051c8e5b0d0635cc110fc6ac5f0ffecd91d33) feat: disable docker logs in quiet mode (#5939) ### 📊 Changes **5 files changed** (+84 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `pkg/container/container_types.go` (+1 -0) 📝 `pkg/container/docker_run.go` (+79 -10) 📝 `pkg/runner/action.go` (+1 -0) 📝 `pkg/runner/run_context.go` (+2 -0) 📝 `pkg/runner/step_docker.go` (+1 -0) </details> ### 📄 Description for issue [#5939](https://github.com/nektos/act/issues/5939). I tried following the logic of the existing codebase, meaning that -q will use the debug level. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#2629
No description provided.