Skip to content

feat: Setup pubsub topic and logging sink

Graeme Gillies requested to merge ggillies/add-logging-topic-sink into main

feat: Setup pubsub topic and logging sink

Part of team#84 (closed)

In order to have reliability observability consume the logs from Runway Services, we need to setup a subsub topic and logging sink to have the logs go from cloud run onto a topic for consumption.

We still need to do the part of taking the logs from the topic and send to a logging store, but that will be done in a future change.

Merge request reports