ostelco / ostelco-core

Cloud-native Telco BSS hosted in GCP K8s with standalone Diameter to gRPC gateway. Rule Engine using Neo4j graphs. Analytics Events sent to GCP BigData (Dataflow+BigQuery) via PubSub. It's awesome!
Apache License 2.0
37 stars 13 forks source link

[OCS-gw] Add structured logging #714

Open mpeterss opened 5 years ago

mpeterss commented 5 years ago

The logs in Stackdriver from OCS-gw does not have the correct Level set and multiline logs are getting logged as separate entries. We should start using JSON based logging to get this correct.

mpeterss commented 5 years ago

Temporary solution is to use cloud logger.

https://github.com/ostelco/ostelco-core/pull/661