Created
November 10, 2019 17:35
-
-
Save wwalker/f0de3c5ea55b92f6b956a6b1955a1c2c to your computer and use it in GitHub Desktop.
logging parameters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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