diff --git a/src/allmydata/webish.py b/src/allmydata/webish.py index 02edd6dd0..6e7e9316e 100644 --- a/src/allmydata/webish.py +++ b/src/allmydata/webish.py @@ -99,6 +99,11 @@ class MyRequest(appserver.NevowRequest): queryargs = "?" + queryargs if path.startswith("/uri"): path = "/uri/[CENSORED].." + elif path.startswith("/file"): + path = "/file/[CENSORED].." + elif path.startswith("/named"): + path = "/named/[CENSORED].." + uri = path + queryargs log.msg(format="web: %(clientip)s %(method)s %(uri)s %(code)s %(length)s",