Skip to content

[Enhancement]: improve the experience using log producers #525

@mdelapenya

Description

@mdelapenya

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 🤷

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew functionality or new behaviors on the existing onehacktoberfestPull Requests accepted for Hacktoberfest.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions