diff --git a/manageiq-operator/api/v1alpha1/helpers/miq-components/postgresql_conf.go b/manageiq-operator/api/v1alpha1/helpers/miq-components/postgresql_conf.go index d68905f30..df28824e2 100644 --- a/manageiq-operator/api/v1alpha1/helpers/miq-components/postgresql_conf.go +++ b/manageiq-operator/api/v1alpha1/helpers/miq-components/postgresql_conf.go @@ -38,8 +38,10 @@ hot_standby = on # ERROR REPORTING AND LOGGING #------------------------------------------------------------------------------ -log_filename = 'postgresql.log' -log_rotation_age = 0 +log_destination = 'stderr' +# This is used when logging to stderr: +logging_collector = off + log_min_duration_statement = 5000 log_connections = on log_disconnections = on