From 8a49ca46276ddc02196552d6b7abf2d25124aae0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 10 Jan 2017 14:41:03 +0100 Subject: reproducible Debian: dont prepend the postgres.log with unrelated explaination Signed-off-by: Holger Levsen --- bin/reproducible_maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index 39dc9d1a..8cfdabaf 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -425,7 +425,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then fi ( if [ "$(basename $PROBLEM)" = "reproducible-diskspace-issues.log" ]; then echo "diskspace issues should always be investigated." - else + elif [ "$(basename $PROBLEM)" != "postgresql-9.4-main.log " ]; then echo "A few entries per day are normal, a few dozens or hundreds probably not." fi if grep -q https $TMPFILE ; then -- cgit v1.2.3-70-g09d2