Commit aaeaf4e
Logger no Longer Defaults to "debug" Log Level
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]1 parent bbdd0e4 commit aaeaf4e
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 91 | | |
0 commit comments