web/application.py
branchstable
changeset 6318 de6264ac7c50
parent 6273 8dbdd4cc7938
child 6333 e3994fcc21c3
--- a/web/application.py	Thu Sep 23 10:48:43 2010 +0200
+++ b/web/application.py	Thu Sep 23 10:49:05 2010 +0200
@@ -369,7 +369,8 @@
         """
         path = path or 'view'
         # don't log form values they may contains sensitive information
-        self.info('publish "%s" (form params: %s)', path, req.form.keys())
+        self.info('publish "%s" (%s, form params: %s)',
+                  path, req.session.sessionid, req.form.keys())
         # remove user callbacks on a new request (except for json controllers
         # to avoid callbacks being unregistered before they could be called)
         tstart = clock()