[Enhancement]: improve the experience using log producers #525
Labels
feature
New functionality or new behaviors on the existing one
hacktoberfest
Pull Requests accepted for Hacktoberfest.
Proposal
When needing to check logs for a container, we have to:
This is fairly simple, but not very developer friendly.
We could provide a default log producer that outputs container logs to console, which is enabled/disabled in the container request, default true.
Then we would be able to see container logs at the moment they are produced.
We could start with a simple
LogProducer bool
, or an array of log producers for the case we want to send the logs to any other place, i.e. to elasticsearch 🤷The text was updated successfully, but these errors were encountered: