mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
This patch against 8.0.0beta1 source adds log_line_prefix options for
millisecond timestamps (%m) and remote host (%h). The milliseconds are useful for QPS measurements. Ed L.
This commit is contained in:
@ -241,8 +241,9 @@
|
||||
#log_duration = false
|
||||
#log_line_prefix = '' # e.g. '<%u%%%d> '
|
||||
# %u=user name %d=database name
|
||||
# %r=remote host and port
|
||||
# %r=remote host and port %h=remote host
|
||||
# %p=PID %t=timestamp %i=command tag
|
||||
# %m=timestamp with milliseconds
|
||||
# %c=session id %l=session line number
|
||||
# %s=session start timestamp %x=transaction id
|
||||
# %q=stop here in non-session processes
|
||||
|
Reference in New Issue
Block a user