Skip to content

Commit 2837fc6

Browse files
committed
Fix placeholder requirements in the doc.
1 parent 804f40c commit 2837fc6

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

README

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,8 @@ You can also limit pgBadger to only report errors or remove any part of the
403403
report using command-line options.
404404

405405
pgBadger supports any custom format set in the log\_line\_prefix directive of
406-
your postgresql.conf file as long as it at least specifies the %t and %p patterns.
406+
your postgresql.conf file as long as it at least specifies the %t, %m or %n and
407+
%p or %c patterns.
407408

408409
pgBadger allows parallel processing of a single log file or multiple
409410
files through the use of the -j option specifying the number of CPUs.

doc/pgBadger.pod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@ You can also limit pgBadger to only report errors or remove any part of the
384384
report using command-line options.
385385

386386
pgBadger supports any custom format set in the log_line_prefix directive of
387-
your postgresql.conf file as long as it at least specifies the %t and %p patterns.
387+
your postgresql.conf file as long as it at least specifies the %t, %m or %n
388+
and %p or %c patterns.
388389

389390
pgBadger allows parallel processing of a single log file or multiple
390391
files through the use of the -j option specifying the number of CPUs.

0 commit comments

Comments
 (0)