Fix log level

This commit is contained in:
Shane Kilkelly 2020-06-19 15:50:16 +01:00
parent 3c6ef38036
commit 8def058d85

View file

@ -270,7 +270,7 @@ public class Bridge {
if (!rootDirectory.exists()) {
throw new Exception("bad filesystem state, root directory does not exist");
}
Log.error("[HealthCheck] passed");
Log.info("[HealthCheck] passed");
return true;
} catch (Exception e) {
Log.error("[HealthCheck] FAILED!", e);