Skip to content

Commit c5bfba8

Browse files
committed
"Start cloud query after..." as info instead of debug
1 parent d705f8f commit c5bfba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class SofarCloud extends utils.Adapter {
225225
// Delay 0-177s
226226
if (!haveNewConfig && this.failedLoginAttempts === 0) {
227227
const startupDelay = Math.floor(Math.random() * 178) * 1000;
228-
this.log.debug(
228+
this.log.info(
229229
`Start cloud query after ${startupDelay / 1000} seconds...`,
230230
);
231231
await this.delay(startupDelay);

0 commit comments

Comments
 (0)