kubermatic / kubecarrier

KubeCarrier - Service Management at Scale
Apache License 2.0
297 stars 14 forks source link

Expose log level in KubeCarrier CRD #485

Closed thetechnick closed 4 years ago

thetechnick commented 4 years ago

We want to be able to override the log level of KubeCarrier, so users can access debug or tracing level logs in order to troubleshoot issues. Users may also choose another log level to reduce the amount of logs KubeCarrier produces.

Component-level granularity of this setting is not strictly needed, but it would assist greatly in reducing the amount of extra logs that are generated when doing debug or tracing logs. And thus also prevents accidental congestion of the cluster log sink.