Improve DI error log (#17283)

This commit is contained in:
IceS2 2024-08-02 18:11:27 +02:00 committed by GitHub
parent 056affbe0b
commit 84083aef4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ public class DataInsightsApp extends AbstractNativeApplication {
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);
}
}