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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2024-02-27 10:40:43 +01:00
parent 6e220fa079
commit b2d9d33cf9
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
# #
globals : { globals : {
verbose = true; verbose = false;
loglevel = 5; loglevel = 3;
syslog = true; syslog = true;
#mtd-blacklist #mtd-blacklist
#public-key-file #public-key-file