Skip to content

Commit 7f2e910

Browse files
Log full stacktraces in UpdateChecker
1 parent b391ce3 commit 7f2e910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/main/java/xyz/jonesdev/sonar/api/update/UpdateChecker.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public void checkForUpdates() {
6565
}
6666
} catch (Throwable throwable) {
6767
Sonar.get0().getLogger().warn("Unable to retrieve version information: {}", throwable);
68+
throwable.printStackTrace(System.err);
6869
lastCheckResult = CheckResult.API_ERROR;
6970
}
7071
});

0 commit comments

Comments
 (0)