logger.info("The full config path used to start nucleus: {}", fullConfigPath);
System.setProperty(
"atg.configpath", new File(fullConfigPath).getAbsolutePath()
);
nucleus = Nucleus.startNucleus(new String[]{ fullConfigPath });
loggingNameResolver = new LoggingNameResolver(nucleus);
}
}