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:
parent
6e220fa079
commit
b2d9d33cf9
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue