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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support non-dev mode for btp operator log

gadisn opened this issue · comments

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.

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