log_line_prefix='%t:%r:%u@%d:[%p]: '
This will put the following into every log line:


%t: Timestamp
%u: Database username
%r: Remote host connection
%d: Database
%p: Process ID of connection

  • No labels