Skip to content

Commit

Permalink
log level
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Aug 29, 2024
1 parent 0890f75 commit 2d3fe22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/cryostat/BuildInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public String getHash() {
RESOURCE_LOCATION)))
.trim();
} catch (Exception e) {
logger.error("Version retrieval exception", e);
logger.warn("Version retrieval exception", e);
return "unknown";
}
}
Expand Down

0 comments on commit 2d3fe22

Please sign in to comment.