We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d705f8f commit c5bfba8Copy full SHA for c5bfba8
1 file changed
main.js
@@ -225,7 +225,7 @@ class SofarCloud extends utils.Adapter {
225
// Delay 0-177s
226
if (!haveNewConfig && this.failedLoginAttempts === 0) {
227
const startupDelay = Math.floor(Math.random() * 178) * 1000;
228
- this.log.debug(
+ this.log.info(
229
`Start cloud query after ${startupDelay / 1000} seconds...`,
230
);
231
await this.delay(startupDelay);
0 commit comments