// for back compat, we set these now just in case other code
// are expecting them during handleRequest
toLog.add("webapp", req.getContext().get("webapp"));
toLog.add("path", req.getContext().get("path"));
SolrParams params=req.getParams();
NamedList<Object> p=params.toNamedList();
p.remove("mdrill.crc.key.get.crclist");
toLog.add("params", "{" + p.toString() + "}");
StringBuilder sb = new StringBuilder(logid);
for (int i=0; i<toLog.size(); i++) {
String name = toLog.getName(i);