added logs

This commit is contained in:
Francesco Mangiacrapa 2024-10-02 11:36:13 +02:00
parent 7e992465f2
commit 814753ca18
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public class SDIManager {
if(!currentGeoserver.getReader().existGeoserver())
throw new Exception("Geoserver not reachable");
}catch(Exception e) {
log.error("SDIManager init failed: ",e);
throw new SDIInteractionException("Unable to initialize SDI Manager",e);
}
}