draft-classic
draft-classic copied to clipboard
`draft logs` should show the running pod's logs
When I run draft connect
, I only receive the last few lines of logs. While this is convenient from a draft connect
standpoint, if my application is failing I need a way to retrieve all of the logs available for the application, both build and running logs.
What happens in the case that your chart is deploying multiple pods/services? Which application logs should it show?
Ideally all, with options to filter to certain containers like with draft connect -c
.
Similar to docker-compose logs would be great