SAP / sap-btp-service-operator

SAP BTP service operator enables developers to connect Kubernetes clusters to SAP BTP accounts and to consume SAP BTP services within the clusters by using Kubernetes native tools.
Apache License 2.0
125 stars 50 forks source link

Support non-dev mode for btp operator log #405

Closed gadisn closed 6 months ago

gadisn commented 7 months ago

The manager should support non-dev mode for the the log.

Today dev mode is hard coded to true here.

The logger lib dev mode setting can be seen here and here.

In dev mode a console encoder is used, while in non-dev mode a json encoder is used.

kerenlahav commented 6 months ago

will be part of the next release (~next week)