Skip to content

Instantly share code, notes, and snippets.

@peterneave
Created December 12, 2018 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterneave/8ecace21753c97c2c8d188f96051bca5 to your computer and use it in GitHub Desktop.
Save peterneave/8ecace21753c97c2c8d188f96051bca5 to your computer and use it in GitHub Desktop.
Postgres Logging
#Add to /etc/postgresql/10/main/conf.d/logging.conf and reload config
log_statement = 'none'
log_duration = off
log_min_duration_statement = 10000
log_lock_waits = on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment