logger.warn("Unable to set debug level - metadata stub is null");
return;
}
//Does this do the same thing as below? if we even need it.
DebuggingHeader_element header = metadataConnection.getDebuggingHeader();
Map<String, LogInfo> logInfoMap = new HashMap<String, LogInfo>();
//Add old headers
if(header!=null){
for (LogInfo info : header.getCategories()) {
logInfoMap.put(info.getCategory().name(), info);
}
}
//Add new headers