Skip to content

Commit

Permalink
Improve DI error log (#17283)
Browse files Browse the repository at this point in the history
  • Loading branch information
IceS2 authored Aug 2, 2024
1 parent 056affb commit 84083ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private void createDataAssetsDataStream() {
searchInterface.createDataAssetsDataStream();
}
} catch (IOException ex) {
LOG.error("Couldn't install DataInsightsApp: Can't initialize ElasticSearch Index.");
LOG.error("Couldn't install DataInsightsApp: Can't initialize ElasticSearch Index.", ex);
}
}

Expand Down

0 comments on commit 84083ae

Please sign in to comment.