You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logger utilized by the various Go applications comprising the PostgreSQL Operator no longer defaults to a "debug" logging level. Instead, by default the "info" logging level will be utilized (per the default set by the Logrus logging package), and the "debug" log level will now only be set if the 'CRUNCHY_DEBUG' environment variable is set to 'true'. Issue: [ch9476]
0 commit comments