You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 alocal_resource
.The text was updated successfully, but these errors were encountered: