// use log4j Mapped diagnostic context to uniquely identify
// each threads log entries by host
MDC.put("HOSTNAME", host);
// Set up the UI attributes
String key = null;
UIAttributes attributes = null;
if (forward != null) {
key = forward.getName();
attributes = (UIAttributes)Globals.UIATTRIBUTES.get(key);
if (logger.isDebugEnabled() && System.getProperty(Globals.DEBUG) != null) {
logger.debug("[processForwardConfig] forward name: " + key);