tilt-extensions
tilt-extensions copied to clipboard
helm_resource: recommended way to sift through logs?
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.