mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 08:50:18 +00:00
Improve DI error log (#17283)
This commit is contained in:
parent
056affbe0b
commit
84083aef4a
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user