OpenLiberty / open-liberty-operator

Eclipse Public License 2.0
29 stars 38 forks source link

Reduce the logs written by default during reconciliation #638

Open leochr opened 4 days ago

leochr commented 4 days ago

Reduce the logs written by default during reconciliation.

By default, print only the errors. Stack traces should be printed only for debug mode.

Introduce log level(s) for additional logging statements (i.e. Debug or Fine/Finer/Finest). Log level could be set as an env variable in Subscription (or in Operator's ConfigMap).

leochr commented 4 days ago

FYI @kabicin