darold / pgbadger

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

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

Closed wasiualhasib closed 9 months ago

wasiualhasib commented 9 months 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 9 months 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.