PostgreSQL log analyzer with fully detailed reports and graphs.
pgBadger is a PostgreSQL log analyzer built for speed with fully reports from your PostgreSQL log file. It's a single and small Perl script that outperforms any other PostgreSQL log analyzer.
pgBadger is a PostgreSQL log analyzer built for speed with fully reports from your PostgreSQL log file. It's a single and small Perl script that outperforms any other PostgreSQL log analyzer.
To install pgbadger, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pgbadger
To see what files were installed by pgbadger, run:
port contents pgbadger
To later upgrade pgbadger, run:
sudo port selfupdate && sudo port upgrade pgbadger
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.