-
-
Notifications
You must be signed in to change notification settings - Fork 592
Closed
Labels
featureNew functionality or new behaviors on the existing oneNew functionality or new behaviors on the existing onehacktoberfestPull Requests accepted for Hacktoberfest.Pull Requests accepted for Hacktoberfest.
Description
Proposal
When needing to check logs for a container, we have to:
- define a log producer
- implement the accept function
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 🤷
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew functionality or new behaviors on the existing oneNew functionality or new behaviors on the existing onehacktoberfestPull Requests accepted for Hacktoberfest.Pull Requests accepted for Hacktoberfest.