From b2d9d33cf950a6323052cdd45b0bf1dd0b6f5bf7 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Tue, 27 Feb 2024 10:40:43 +0100 Subject: [PATCH] swupdate: reduce default log level in runtime config file The current log level is very verbose and generates way too much output in some cases, such as a binary diff update. Reduce the default log level to avoid this. Signed-off-by: Gabriel Valcazar --- .../recipes-support/swupdate/swupdate/swupdate.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-dey/recipes-support/swupdate/swupdate/swupdate.config b/meta-digi-dey/recipes-support/swupdate/swupdate/swupdate.config index 6b754a834..ffb382788 100644 --- a/meta-digi-dey/recipes-support/swupdate/swupdate/swupdate.config +++ b/meta-digi-dey/recipes-support/swupdate/swupdate/swupdate.config @@ -9,8 +9,8 @@ # globals : { - verbose = true; - loglevel = 5; + verbose = false; + loglevel = 3; syslog = true; #mtd-blacklist #public-key-file