darold / pgbadger

A fast PostgreSQL Log Analyzer
http://pgbadger.darold.net/
PostgreSQL License
3.57k stars 351 forks source link

Is pgbadger compatible with PostgreSQL latest version like 13,14,15 and 16? #796

Closed wasiualhasib closed 1 year ago

wasiualhasib commented 1 year ago

I found sometimes pgbadger not capturing from postgresql log file. Because of that I am thinking what happen to this? Is it ok or not for latest version?

darold commented 1 year ago

Yes it is PG16 ready, most of the time it can not parse you log file because you have a wrong log_line_prefix or you must specify it to pgbadger, see documentation.