Add log-format option
This commit is contained in:
parent
fac5099c9b
commit
24eb4fe203
9 changed files with 61 additions and 44 deletions
|
@ -8,6 +8,7 @@
|
|||
#idle-timeout: 300
|
||||
#active-timeout: 10
|
||||
#log-file: /var/log/pgterminate/pgterminate.log
|
||||
#log-format: 'pid=%p user=%u db=%d client=%r state=%s state_duration=%m query=%q'
|
||||
#pid-file: /var/run/pgterminate/pgterminate.pid
|
||||
#log-destination: console|file|syslog
|
||||
#syslog-ident: pgterminate
|
||||
|
@ -20,4 +21,4 @@
|
|||
# user1
|
||||
# user2
|
||||
#exclude-users-regex: "(user1|user2)"
|
||||
#cancel
|
||||
#cancel
|
Loading…
Add table
Add a link
Reference in a new issue