mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix log level
This commit is contained in:
parent
3c6ef38036
commit
8def058d85
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue