Skip to content

Commit

Permalink
not working with forceupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
elsaidi committed Aug 1, 2023
1 parent 23e008f commit 72cb41d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public void config_logging() {
deviceConfig.system.min_loglevel = Level.DEBUG.value();
updateConfig("set min_loglevel to debug");
safeSleep(CONFIG_THRESHOLD_SEC * 2000);
forceConfigUpdate("send config");
forceConfigUpdate("set min_loglevel to trace");
untilLogged(SYSTEM_CONFIG_RECEIVE, SYSTEM_CONFIG_RECEIVE_LEVEL);
untilLogged(SYSTEM_CONFIG_PARSE, SYSTEM_CONFIG_PARSE_LEVEL);
untilLogged(SYSTEM_CONFIG_APPLY, SYSTEM_CONFIG_APPLY_LEVEL);
Expand Down

0 comments on commit 72cb41d

Please sign in to comment.