Skip to content

Commit

Permalink
Revert "Add a diagnostic to check Application Insights root certifica…
Browse files Browse the repository at this point in the history
…te (#2756)"

This reverts commit d3abe07.
  • Loading branch information
github-actions[bot] committed Dec 7, 2022
1 parent d19bc12 commit d3b132a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 122 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,6 @@ public void init() {
startupLogger.trace("System properties: " + findSystemProperties());
}

if (startupLogger.isTraceEnabled()) {
AppInsightsCertificate appInsightsCertificate = new AppInsightsCertificate(startupLogger);
startupLogger.trace(
"Application Insights root certificate in the Java keystore: "
+ appInsightsCertificate.isInJavaKeystore());
}

} catch (Exception e) {
throw new IllegalStateException(e);
}
Expand Down

0 comments on commit d3b132a

Please sign in to comment.