From 023dc56ab0b0e4d9c853897e26bb24ea42a4e837 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Thu, 21 Jan 2021 17:11:05 +0100 Subject: [PATCH] sys-mon: added loglevel configs for new loggers BugzID: 69541 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 a8ccb24..015a38c 100644 --- a/recipes-tools/sys-mon/sys-mon/sys-mon.conf +++ b/recipes-tools/sys-mon/sys-mon/sys-mon.conf @@ -3,4 +3,4 @@ MON_INTERVAL_MS="-m 60000" LOG_INTERVAL_MS="-l 600000" -LOGGER_CONFIG="--loglevel=6,evtloop.5,fileOp.5,tempSensor.5" +LOGGER_CONFIG="--loglevel=6,evtloop.5,fileOp.5,tempSensor.5,systemState.6,initSys.6,systemUp.6"