Informatievlaanderen / VSDS-Linked-Data-Interactions

https://informatievlaanderen.github.io/VSDS-Linked-Data-Interactions/
European Union Public License 1.2
4 stars 6 forks source link

Add INFO logging for state changes #609

Closed rorlic closed 3 months ago

rorlic commented 4 months ago

Currently, the PipelineStatusService only logs a WARN (Non initialized pipeline received status update) when creating & uploading a new pipeline (which is BTW weird!). Nothing else gets logged.

In a production environment I want to know if a pipeline status is changed in order to monitor this with tooling. Please add INFO logging when state changes occur explicitly (admin mgmt) and implicitly (created, crashed, etc).

jobulcke commented 3 months ago

Resolved in https://github.com/Informatievlaanderen/VSDS-Linked-Data-Interactions/pull/621