tilt-extensions icon indicating copy to clipboard operation
tilt-extensions copied to clipboard

helm_resource: recommended way to sift through logs?

Open mojogitoverhere opened this issue 2 years ago • 0 comments

I deployed a chart with the helm_resource extension and I am trying to debug an issue with one of the service. Unfortunately, all the logs from every service are being aggregated together in one view and there's no way to tell which log corresponds to which service.

What is the recommended way to sift through the logs for only a single service? Right now, my workaround is to use kubectl logs in a local_resource.

mojogitoverhere avatar Mar 28 '23 00:03 mojogitoverhere