From a1243826640f8ff4ac52547208ee8aa1dddfbb55 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Fri, 15 Jan 2021 08:54:07 +0100 Subject: [PATCH] sys-mon config: increased log interval to 10min BugzID: 63549 Signed-off-by: Marc Mattmueller --- recipes-tools/sys-mon/sys-mon/sys-mon.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tools/sys-mon/sys-mon/sys-mon.conf b/recipes-tools/sys-mon/sys-mon/sys-mon.conf index c6ab676..a8ccb24 100644 --- a/recipes-tools/sys-mon/sys-mon/sys-mon.conf +++ b/recipes-tools/sys-mon/sys-mon/sys-mon.conf @@ -2,5 +2,5 @@ # for details run sys-mon --help MON_INTERVAL_MS="-m 60000" -LOG_INTERVAL_MS="-l 300000" +LOG_INTERVAL_MS="-l 600000" LOGGER_CONFIG="--loglevel=6,evtloop.5,fileOp.5,tempSensor.5"