Rework logging

This commit is contained in:
DaCoolX
2023-10-29 08:39:00 +01:00
parent ac15073fcb
commit cb1ba9d9ef
2 changed files with 5 additions and 6 deletions

View File

@@ -173,7 +173,6 @@ import okhttp3.HttpUrl;
//send "error" log containing config and fs health check
step = log.newCheckPoint();
this.log.info("HWID: " + new HWIdentifier(log).getHardwareHash());
this.log.info("OS: " + OS.getOS().getVersion() + " " + System.getProperty("os.arch"));
this.log.info(configuration.toString());
for (String logline : configuration.filesystemHealthCheck()) {