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
We are changing the default value of the Postgres log_connections setting from on to off for new projects, and will be migrating all Free and Pro projects to the new default configuration. This reduces log volume and noise, and aligns with industry-standard defaults (RDS, GCP Cloud SQL also default to off). We will be exposing this configuration to all users via dashboard and API for better log management, with log_connnections and log_disconnections now available via the Update postgres config API route and will take effect from 9 July onwards.
Who's affected
New projects (all tiers) created after 9 July will have log_connections=off by default.
Existing Teams + Enterprise customers (including HIPAA add-on customers) - Configuration is unchanged
Existing Free / Pro customers - log_connections will be turned off from 9 July. This configuration can be re-enabled below
How to re-enable
You can re-enable log_connections via the dashboard under Database > Settings. It can also be re-enabled programmatically via the Management API via the Update postgres config API route. Changes will only take effect from 9 July onwards.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are changing the default value of the Postgres
log_connectionssetting from on to off for new projects, and will be migrating all Free and Pro projects to the new default configuration. This reduces log volume and noise, and aligns with industry-standard defaults (RDS, GCP Cloud SQL also default to off). We will be exposing this configuration to all users via dashboard and API for better log management, withlog_connnectionsandlog_disconnectionsnow available via the Update postgres config API route and will take effect from 9 July onwards.Who's affected
log_connections=offby default.log_connectionswill be turned off from 9 July. This configuration can be re-enabled belowHow to re-enable
You can re-enable
log_connectionsvia the dashboard under Database > Settings. It can also be re-enabled programmatically via the Management API via the Update postgres config API route. Changes will only take effect from 9 July onwards.Learn more about PostgreSQL logging settings in our logging documentation.
Beta Was this translation helpful? Give feedback.
All reactions