darold / pgbadger

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

PgBadger html file showing No Dataset #732

Closed aviralsingh21 closed 2 years ago

aviralsingh21 commented 2 years ago

Hi, Everytime I run pgbadger query, it runs successfully but when I open html file, it shows No Dataset. I tried tweaking logs configuration but there is no positive outcome I can get. Please Help.

My essential log configuration for pgbadger are:

log_checkpoints = on log_connections = on log_disconnections = on log_lock_waits = on log_temp_files = 0 log_min_duration_statement = 100 log_statement = ddl (required in my environment but also tried with 'none') log_autovacuum_min_duration = 0 log_error_verbosity = default log_line_prefix =

gilles-migops commented 2 years ago

Sorry for responding so late. What is your pgbadger command line?

aviralsingh21 commented 1 year ago

Sorry for responding so late. What is your pgbadger command line?

Hi, sorry for not replying as I was hospitalised in a life n death situation for a long time. Though the issue was solved already but still thank you for taking out time for my query.