Skip to content

Better pipeline logging #46

@ARMmaster17

Description

@ARMmaster17

Is your feature request related to a problem? Please describe.
It is difficult to track what is going on when developing the pipeline locally.

Describe the solution you'd like
There should be a built-in MetricsExporter that writes to stdout. This exporter would write out the following:

  • Pipeline start/stop/timing
  • Step start/stop/timing
  • Exception data on pipeline failure

Describe alternatives you've considered
I think the MetricsExporter class is a better idea that just logging as logging is not always desired, or may only be wanted on certain environments. It might also cause a lot of log pollution that may make it difficult to trace issues in Watergrid applications.

Additional context
N/A

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions