Fixed init log

This commit is contained in:
Luca Frosini 2023-03-09 10:10:24 +01:00
parent 628149bf28
commit 9f14bb3b62
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ public class GCatInitializator implements ApplicationManager {
facetBasedISConfigurationProxy.setGcatEServiceID(gcatEServiceID); facetBasedISConfigurationProxy.setGcatEServiceID(gcatEServiceID);
facetBasedISConfigurationProxy.createCallsForToVirtualService(); facetBasedISConfigurationProxy.createCallsForToVirtualService();
}catch (Exception e) { }catch (Exception e) {
logger.warn("Gcat is not configured through the Facet Based IS in context {}. Please create/addToContext the expected resources ASAP. The Gcore IS will be used.", context, e); logger.warn("Gcat is not configured through the Facet Based IS in context {}. Please create/addToContext the expected resources ASAP. The Gcore IS will be used.", context);
logger.trace("Gcat is not configured through the Facet Based IS in context {}. The reason is:\n", context, e);
} }
logger.trace( logger.trace(