tilt-dev / tilt-dev/tilt

`tilt ci` - an option to hide noisy pod logs

Open
#4,579 1 comment 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
10.1k
Forks
413
Avg merge
1d 10h
Merged PRs (30d)
6

Description

Describe the Feature You Want

The ability to stop tilt ci from showing the output of noisy pod logs

Current Behavior

tilt ci shows the full combined log of all resources until it exits

Why Do You Want This?

when running tilt ci, once a service is done being deployed, it might be noisy and make it hard to make sense of the progress tilt is making on building/deploying other resources

Additional context
Some possible solutions in this neighborhood:

  1. a flag to hide all runtime output in general
  2. a flag to hide runtime output of any resource that has finished deploying / become ready / failed terminally
  3. a flag to only show output of resources once they fail (many test frameworks have this option)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the tilt ci command and how it combines pod logs for all resources. Compare the three proposed suppression behaviors and clarify which one should be supported, including how readiness and terminal failure affect output. Done means the chosen behavior is configurable and verified during CI runs.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, kubernetes
Domain
cli, devops, observability
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.