Skip to content

Instantly share code, notes, and snippets.

@wwalker
Created November 10, 2019 17:35
Show Gist options
  • Save wwalker/f0de3c5ea55b92f6b956a6b1955a1c2c to your computer and use it in GitHub Desktop.
Save wwalker/f0de3c5ea55b92f6b956a6b1955a1c2c to your computer and use it in GitHub Desktop.
logging parameters
logging_collector = off # Enable capturing of stderr and csvlog
log_min_duration_statement = 1000 # -1 is disabled, 0 logs all statements
log_checkpoints = on
log_line_prefix = '%m [%p]: u=[%u] db=[%d] app=[%a] c=[%h] s=[%c:%l] tx=[%v:%x] '
log_statement = 'ddl' # none, ddl, mod, all
log_timezone = 'UTC'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment