mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 01:15:08 +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();
|
searchInterface.createDataAssetsDataStream();
|
||||||
}
|
}
|
||||||
} catch (IOException ex) {
|
} 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