LOGGER.warn("reporting-disabled");
}
// we either have 'null' or a URL. If we have null we know it has
// been logged.
ReportingConfig reportingConfig = null;
if (is != null) {
try {
JibxReportingConfigParser parser =
new JibxReportingConfigParser();
reportingConfig = parser.parse(is);