From 712c3179ee5de9f723bc61763d18da1419983f98 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 14 Aug 2019 15:11:38 +0200 Subject: [PATCH] Revert non WIP KEEP_LOGGING time --- dev/ofunctions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index c2fc45d..503064e 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -57,7 +57,7 @@ _LOGGER_VERBOSE=false _LOGGER_ERR_ONLY=false _LOGGER_PREFIX="date" if [ "$KEEP_LOGGING" == "" ]; then - KEEP_LOGGING=30 + KEEP_LOGGING=1801 fi # Initial error status, logging 'WARN', 'ERROR' or 'CRITICAL' will enable alerts flags