Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: exec run logs duplicate in verbose loglevel #6292

Closed
stefreak opened this issue Jul 16, 2024 · 0 comments · Fixed by #6298
Closed

[Bug]: exec run logs duplicate in verbose loglevel #6292

stefreak opened this issue Jul 16, 2024 · 0 comments · Fixed by #6298
Labels

Comments

@stefreak
Copy link
Member

Bug

Current behavior

$ garden run proj -l 3
ℹ run.proj                  → [verbose] Hello world
ℹ run.proj                  → [verbose] [echo] Hello world

Expected behavior

$ garden run proj -l 3
ℹ run.proj                  → [verbose] [echo] Hello world

Reproducible example

apiVersion: garden.io/v1
kind: Project
name: project
defaultEnvironment: local
dotIgnoreFile: .gitignore
environments:
  - name: local
---
kind: Run
type: exec
name: proj
spec:
  command: [echo, "Hello world"]

Workaround

N/A

Suggested solution(s)

Remove duplicate log emission

Your environment

  • OS: Macos

0.13.34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant