FlowFuse / nr-launcher

A Laucher for Node-RED that allows settings to be loaded at startup.
Apache License 2.0
5 stars 6 forks source link

Enhancing Node-RED Logging: Introducing Host Output Logging Capability #206

Closed elenaviter closed 7 months ago

elenaviter commented 7 months ago

Description

At present, the logging mechanism for Node-RED projects directs all logs to the 'driver', which can be accessed through the FlowFuse Project logs interface. In environments where Kubernetes clusters are deployed and are integrated with monitoring solutions (such as log forwarding to OTEL/ FluentBit for pods, and then to traces/metrics/etc. to backends like Prometheus/Jaeger/, etc.), there is a valuable opportunity to streamline monitoring practices.

Enabling Node-RED projects to output their logs directly to the pod's console will facilitate a more unified approach to monitoring by leveraging existing log aggregation configurations.

hardillb commented 7 months ago

We have an open issue for this on the FlowFuse repo, I will find out when I get back to my laptop

hardillb commented 7 months ago

https://github.com/FlowFuse/flowfuse/issues/3324

elenaviter commented 7 months ago

Thank you @hardillb - closing this one