darold / pgbadger

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

t/04_advanced.t: Fix syslog test #716

Closed df7cb closed 2 years ago

df7cb commented 2 years ago

Syslog timestamps do not contain the year, so what used to get interpreted as February 2021 is now February 2022. Fix by using wildcards in the grep command.

Close #715.

darold commented 2 years ago

Good catch, thanks a lot Christoph!