@@ -232,8 +232,8 @@ SYNOPSIS
232232 Options always used:
233233 -o ConnectTimeout=$ssh_timeout
234234 -o PreferredAuthentications=hostbased,publickey
235- --ssh-sudo Runs all commands on remote host as sudo, will not work
236- with wildcard filenames
235+ --ssh-sudo Runs all commands on remote host as sudo, will not work
236+ with wildcard filenames
237237
238238 Log file to parse can also be specified using an URI, supported
239239 protocols are http[s] and [s]ftp. The curl command will be used to
@@ -388,8 +388,8 @@ DESCRIPTION
388388 the report using command-line options.
389389
390390 pgBadger supports any custom format set in the log_line_prefix directive
391- of your postgresql.conf file as long as it at least specifies the %t and
392- %p patterns.
391+ of your postgresql.conf file as long as it at least specifies the %t, %m
392+ or %n and %p or %c patterns.
393393
394394 pgBadger allows parallel processing of a single log file or multiple
395395 files through the use of the -j option specifying the number of CPUs.
@@ -813,3 +813,4 @@ LICENSE
813813 A modified version of the SQL::Beautify Perl Module is embedded in
814814 pgBadger with copyright (C) 2009 by Jonas Kramer and is published under
815815 the terms of the Artistic License 2.0.
816+
0 commit comments