remove debug log of Spilo env vars

This commit is contained in:
Felix Kunde 2021-08-23 10:40:41 +02:00
parent 282b6d2863
commit 2231e5336e
1 changed files with 0 additions and 3 deletions

View File

@ -1170,9 +1170,6 @@ func (c *Cluster) generateStatefulSet(spec *acidv1.PostgresSpec) (*appsv1.Statef
}
// generate the spilo container
c.logger.Debugf("Generating Spilo container, environment variables")
c.logger.Debugf("%v", spiloEnvVars)
spiloContainer := generateContainer(constants.PostgresContainerName,
&effectiveDockerImage,
resourceRequirements,