diff -r 1b07eb7180a2 -r 36e91d19188b wsgi/handler.py --- a/wsgi/handler.py Tue Mar 15 21:36:06 2011 +0100 +++ b/wsgi/handler.py Wed Mar 16 09:40:56 2011 +0100 @@ -193,6 +193,10 @@ content = self.appli.need_login_content(req) return WSGIResponse(code, req, content) + # these are overridden by set_log_methods below + # only defining here to prevent pylint from complaining + info = warning = error = critical = exception = debug = lambda msg,*a,**kw: None + from logging import getLogger from cubicweb import set_log_methods