Added info-log "ok"

This commit is contained in:
Ruakij 2021-11-26 18:37:55 +01:00
parent 3c29ed2000
commit c5e1bb4c64

View File

@ -44,4 +44,6 @@ if(errorMsg){
exit(1); exit(1);
}); });
logger.info("Influx ok");
})(); })();