<div dir="ltr"><div>Similar to [1], TnM is generating emails on INFO events logged in the PostgreSQL logs by pgBackRest. These events do not have any of the INCLUDE keywords, so I'm wondering if the format of the log entries is triggering emails. Attempts with EXCLUDE have not prevented the false alarms. Changing the log_line_prefix in postgresql.conf has also been unsuccessful.<br></div><div><br></div><div>Email example, note the event does not have a time zone (GMT) with the timestamp as standard Postgres log entries do:<br></div><div><br></div><div><span style="color:rgb(0,0,0);font-family:-webkit-standard;font-size:14.6667px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;display:inline;float:none">    [2] From A (lines 15418 - 15698)</span><br style="color:rgb(0,0,0);font-family:-webkit-standard;font-size:14.6667px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="color:rgb(0,0,0);font-family:-webkit-standard;font-size:14.6667px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;display:inline;float:none">2020-07-16 13:36:33.586 P00   INFO: pushed WAL file '00000001000042C200000031' to the archive asynchronously</span><br style="color:rgb(0,0,0);font-family:-webkit-standard;font-size:14.6667px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="color:rgb(0,0,0);font-family:-webkit-standard;font-size:14.6667px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;display:inline;float:none">    2020-07-16 13:36:33.586 P00   INFO: archive-push command end: completed successfully (5409ms)</span><br style="color:rgb(0,0,0);font-family:-webkit-standard;font-size:14.6667px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="color:rgb(0,0,0);font-family:-webkit-standard;font-size:14.6667px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;display:inline;float:none">    2020-07-16 13:36:33.630 P00   INFO: archive-push command begin 2.27: [pg_wal/00000001000042C200000032] --archive-async --archive-timeout=90 --compress-type=lz4 --log-level-console=info --log-level-</span><br style="color:rgb(0,0,0);font-family:-webkit-standard;font-size:14.6667px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><span style="color:rgb(0,0,0);font-family:-webkit-standard;font-size:14.6667px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;display:inline;float:none">[LINE TRUNCATED, original was 16,915 characters and 77 lines long]</span></div><div><br></div><div>tnm.config:</div><div><br></div><div>    LOG_LINE_PREFIX: %t P%p<br>    MAILSUBJECT: TnM - HOST Postgres errors UNIQUE : NUMBER<br><br>    INCLUDE: ERROR:<br>    INCLUDE: FATAL:<br>    INCLUDE: PANIC:<br>    EXCLUDE: canceling autovacuum<br>    EXCLUDE: INFO: archive-push<br>    EXCLUDE: INFO: pushed<br><br>    FILE1: /localdata/pgdata11/log/LATEST<br>    LASTFILE1: /localdata/pgdata11/log/postgresql-20200716_145958.log</div><div><br></div><div>[1] <a href="https://bucardo.org/pipermail/tnm/2018-August/000046.html">https://bucardo.org/pipermail/tnm/2018-August/000046.html</a></div></div>